Class: SkiBinding::Code

Inherits:
Object
  • Object
show all
Defined in:
lib/ski_binding_calculator/code.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject (readonly)

Returns the value of attribute height.



2
3
4
# File 'lib/ski_binding_calculator/code.rb', line 2

def height
  @height
end

#weightObject (readonly)

Returns the value of attribute weight.



2
3
4
# File 'lib/ski_binding_calculator/code.rb', line 2

def weight
  @weight
end