Class: JekyllIS::Images::Image::Info

Inherits:
Data
  • Object
show all
Defined in:
lib/jekyll-is/images/image/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aspect_ratioObject (readonly)

Returns the value of attribute aspect_ratio

Returns:

  • (Object)

    the current value of aspect_ratio



7
8
9
# File 'lib/jekyll-is/images/image/data.rb', line 7

def aspect_ratio
  @aspect_ratio
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



7
8
9
# File 'lib/jekyll-is/images/image/data.rb', line 7

def url
  @url
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



7
8
9
# File 'lib/jekyll-is/images/image/data.rb', line 7

def width
  @width
end