Class: Jazzicon::Size

Inherits:
Struct
  • Object
show all
Defined in:
lib/jazzicon/helpers/geometry_helpers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



6
7
8
# File 'lib/jazzicon/helpers/geometry_helpers.rb', line 6

def height
  @height
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



6
7
8
# File 'lib/jazzicon/helpers/geometry_helpers.rb', line 6

def width
  @width
end