Class: SkiBinding::Code
- Inherits:
-
Object
- Object
- SkiBinding::Code
- Defined in:
- lib/ski_binding_calculator/code.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#weight ⇒ Object
readonly
Returns the value of attribute weight.
Instance Attribute Details
#height ⇒ Object (readonly)
Returns the value of attribute height.
2 3 4 |
# File 'lib/ski_binding_calculator/code.rb', line 2 def height @height end |
#weight ⇒ Object (readonly)
Returns the value of attribute weight.
2 3 4 |
# File 'lib/ski_binding_calculator/code.rb', line 2 def weight @weight end |