Class: Net::HTTP::NotModifiedCache::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/net-http-not_modified_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



121
122
123
# File 'lib/net-http-not_modified_cache.rb', line 121

def body
  @body
end

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



121
122
123
# File 'lib/net-http-not_modified_cache.rb', line 121

def etag
  @etag
end

#last_modified_atObject

Returns the value of attribute last_modified_at

Returns:

  • (Object)

    the current value of last_modified_at



121
122
123
# File 'lib/net-http-not_modified_cache.rb', line 121

def last_modified_at
  @last_modified_at
end