Class: Jekyll::Gensocial::Geometry::Size
- Inherits:
-
Struct
- Object
- Struct
- Jekyll::Gensocial::Geometry::Size
- Defined in:
- lib/jekyll-gensocial/geometry.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
6 7 8 |
# File 'lib/jekyll-gensocial/geometry.rb', line 6 def height @height end |
#width ⇒ Object
Returns the value of attribute width
6 7 8 |
# File 'lib/jekyll-gensocial/geometry.rb', line 6 def width @width end |