Class: LaunchDarkly::Impl::DataSource::Requestor::CacheEntry Private
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Impl::DataSource::Requestor::CacheEntry
- Defined in:
- lib/ldclient-rb/impl/data_source/requestor.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#etag ⇒ Object
Returns the value of attribute etag.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
24 25 26 |
# File 'lib/ldclient-rb/impl/data_source/requestor.rb', line 24 def body @body end |
#etag ⇒ Object
Returns the value of attribute etag
24 25 26 |
# File 'lib/ldclient-rb/impl/data_source/requestor.rb', line 24 def etag @etag end |