Class: PageGlimpse::Image

Inherits:
Object
  • Object
show all
Defined in:
lib/page_glimpse/image.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject Also known as: body

Returns the value of attribute content.



4
5
6
# File 'lib/page_glimpse/image.rb', line 4

def content
  @content
end

#content_lengthObject

Returns the value of attribute content_length.



4
5
6
# File 'lib/page_glimpse/image.rb', line 4

def content_length
  @content_length
end

#content_typeObject

Returns the value of attribute content_type.



4
5
6
# File 'lib/page_glimpse/image.rb', line 4

def content_type
  @content_type
end

#filenameObject

Returns the value of attribute filename.



4
5
6
# File 'lib/page_glimpse/image.rb', line 4

def filename
  @filename
end