Class: Icms::StateRates::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/icms.rb

Instance Attribute Summary collapse

Instance Attribute Details

#betweenObject

Returns the value of attribute between

Returns:

  • (Object)

    the current value of between



38
39
40
# File 'lib/icms.rb', line 38

def between
  @between
end

#destination_stateObject

Returns the value of attribute destination_state

Returns:

  • (Object)

    the current value of destination_state



38
39
40
# File 'lib/icms.rb', line 38

def destination_state
  @destination_state
end

#source_stateObject

Returns the value of attribute source_state

Returns:

  • (Object)

    the current value of source_state



38
39
40
# File 'lib/icms.rb', line 38

def source_state
  @source_state
end