Class: Van::Units::Converter::ShiftedConversion
- Inherits:
-
Struct
- Object
- Struct
- Van::Units::Converter::ShiftedConversion
- Defined in:
- lib/van/units/base.rb
Instance Attribute Summary collapse
-
#delta_type ⇒ Object
Returns the value of attribute delta_type.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#delta_type ⇒ Object
Returns the value of attribute delta_type
659 660 661 |
# File 'lib/van/units/base.rb', line 659 def delta_type @delta_type end |
#offset ⇒ Object
Returns the value of attribute offset
659 660 661 |
# File 'lib/van/units/base.rb', line 659 def offset @offset end |