Class: SkiBinding::Setting

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

Instance Attribute Summary collapse

Instance Attribute Details

#forward_leanObject (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_rangeObject (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

#twistObject (readonly)

Returns the value of attribute twist.



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

def twist
  @twist
end

#z_valueObject (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