Class: SkiBinding::Setting
- Inherits:
-
Object
- Object
- SkiBinding::Setting
- Defined in:
- lib/ski_binding_calculator/setting.rb
Instance Attribute Summary collapse
-
#forward_lean ⇒ Object
readonly
Returns the value of attribute forward_lean.
-
#sole_length_range ⇒ Object
readonly
Returns the value of attribute sole_length_range.
-
#twist ⇒ Object
readonly
Returns the value of attribute twist.
-
#z_value ⇒ Object
readonly
Returns the value of attribute z_value.
Instance Attribute Details
#forward_lean ⇒ Object (readonly)
Returns the value of attribute forward_lean.
2 3 4 |
# File 'lib/ski_binding_calculator/setting.rb', line 2 def forward_lean @forward_lean end |
#sole_length_range ⇒ Object (readonly)
Returns the value of attribute sole_length_range.
2 3 4 |
# File 'lib/ski_binding_calculator/setting.rb', line 2 def sole_length_range @sole_length_range end |
#twist ⇒ Object (readonly)
Returns the value of attribute twist.
2 3 4 |
# File 'lib/ski_binding_calculator/setting.rb', line 2 def twist @twist end |
#z_value ⇒ Object (readonly)
Returns the value of attribute z_value.
2 3 4 |
# File 'lib/ski_binding_calculator/setting.rb', line 2 def z_value @z_value end |