Class: Jekyll::Gensocial::Geometry::Size

Inherits:
Struct
  • Object
show all
Defined in:
lib/jekyll-gensocial/geometry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height



6
7
8
# File 'lib/jekyll-gensocial/geometry.rb', line 6

def height
  @height
end

#widthObject

Returns the value of attribute width



6
7
8
# File 'lib/jekyll-gensocial/geometry.rb', line 6

def width
  @width
end