Class: ResponseBank::CacheWriter::Stored

Inherits:
Struct
  • Object
show all
Defined in:
lib/response_bank/cache_writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



9
10
11
# File 'lib/response_bank/cache_writer.rb', line 9

def body
  @body
end

#compressed_bodyObject

Returns the value of attribute compressed_body

Returns:

  • (Object)

    the current value of compressed_body



9
10
11
# File 'lib/response_bank/cache_writer.rb', line 9

def compressed_body
  @compressed_body
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



9
10
11
# File 'lib/response_bank/cache_writer.rb', line 9

def 
  @metadata
end