Class: HLS::Storage::Memory::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/hls/storage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



128
129
130
# File 'lib/hls/storage.rb', line 128

def body
  @body
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



128
129
130
# File 'lib/hls/storage.rb', line 128

def content_type
  @content_type
end