Class: Icms::StateRates::Result
- Inherits:
-
Struct
- Object
- Struct
- Icms::StateRates::Result
- Defined in:
- lib/icms.rb
Instance Attribute Summary collapse
-
#between ⇒ Object
Returns the value of attribute between.
-
#destination_state ⇒ Object
Returns the value of attribute destination_state.
-
#source_state ⇒ Object
Returns the value of attribute source_state.
Instance Attribute Details
#between ⇒ Object
Returns the value of attribute between
38 39 40 |
# File 'lib/icms.rb', line 38 def between @between end |
#destination_state ⇒ Object
Returns the value of attribute destination_state
38 39 40 |
# File 'lib/icms.rb', line 38 def destination_state @destination_state end |
#source_state ⇒ Object
Returns the value of attribute source_state
38 39 40 |
# File 'lib/icms.rb', line 38 def source_state @source_state end |