Class: Configuration::Image

Inherits:
Struct
  • Object
show all
Includes:
ImageMetaData
Defined in:
lib/httpimagestore/configuration/handler.rb

Instance Attribute Summary collapse

Attributes included from ImageMetaData

#source_path, #source_url, #store_path, #store_url

Method Summary

Methods included from ImageMetaData

#mime_extension

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



175
176
177
# File 'lib/httpimagestore/configuration/handler.rb', line 175

def data
  @data
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



175
176
177
# File 'lib/httpimagestore/configuration/handler.rb', line 175

def height
  @height
end

#mime_typeObject

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



175
176
177
# File 'lib/httpimagestore/configuration/handler.rb', line 175

def mime_type
  @mime_type
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



175
176
177
# File 'lib/httpimagestore/configuration/handler.rb', line 175

def width
  @width
end