Class: LaunchDarkly::Requestor::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Requestor::CacheEntry
- Defined in:
- lib/ldclient-rb/requestor.rb
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
23 24 25 |
# File 'lib/ldclient-rb/requestor.rb', line 23 def body @body end |
#etag ⇒ Object
Returns the value of attribute etag
23 24 25 |
# File 'lib/ldclient-rb/requestor.rb', line 23 def etag @etag end |