Class: LaunchDarkly::Impl::DataSource::Requestor::CacheEntry Private

Inherits:
Struct
  • Object
show all
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.

Since:

  • 5.5.0

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



24
25
26
# File 'lib/ldclient-rb/impl/data_source/requestor.rb', line 24

def body
  @body
end

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



24
25
26
# File 'lib/ldclient-rb/impl/data_source/requestor.rb', line 24

def etag
  @etag
end