Class: JekyllIS::Images::Image::Info
- Inherits:
-
Data
- Object
- Data
- JekyllIS::Images::Image::Info
- Defined in:
- lib/jekyll-is/images/image/data.rb
Instance Attribute Summary collapse
-
#aspect_ratio ⇒ Object
readonly
Returns the value of attribute aspect_ratio.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#aspect_ratio ⇒ Object (readonly)
Returns the value of attribute aspect_ratio
7 8 9 |
# File 'lib/jekyll-is/images/image/data.rb', line 7 def aspect_ratio @aspect_ratio end |
#url ⇒ Object (readonly)
Returns the value of attribute url
7 8 9 |
# File 'lib/jekyll-is/images/image/data.rb', line 7 def url @url end |
#width ⇒ Object (readonly)
Returns the value of attribute width
7 8 9 |
# File 'lib/jekyll-is/images/image/data.rb', line 7 def width @width end |