Class: LaunchDarkly::Requestor::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ldclient-rb/requestor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



23
24
25
# File 'lib/ldclient-rb/requestor.rb', line 23

def body
  @body
end

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



23
24
25
# File 'lib/ldclient-rb/requestor.rb', line 23

def etag
  @etag
end