Class: SpreeCmCommissioner::LineItemTransitable::TripKey
- Inherits:
-
Struct
- Object
- Struct
- SpreeCmCommissioner::LineItemTransitable::TripKey
- Defined in:
- app/models/concerns/spree_cm_commissioner/line_item_transitable.rb
Instance Attribute Summary collapse
-
#boarding_trip_stop_id ⇒ Object
Returns the value of attribute boarding_trip_stop_id.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#drop_off_trip_stop_id ⇒ Object
Returns the value of attribute drop_off_trip_stop_id.
-
#trip_id ⇒ Object
Returns the value of attribute trip_id.
Instance Attribute Details
#boarding_trip_stop_id ⇒ Object
Returns the value of attribute boarding_trip_stop_id
22 23 24 |
# File 'app/models/concerns/spree_cm_commissioner/line_item_transitable.rb', line 22 def boarding_trip_stop_id @boarding_trip_stop_id end |
#direction ⇒ Object
Returns the value of attribute direction
22 23 24 |
# File 'app/models/concerns/spree_cm_commissioner/line_item_transitable.rb', line 22 def direction @direction end |
#drop_off_trip_stop_id ⇒ Object
Returns the value of attribute drop_off_trip_stop_id
22 23 24 |
# File 'app/models/concerns/spree_cm_commissioner/line_item_transitable.rb', line 22 def drop_off_trip_stop_id @drop_off_trip_stop_id end |
#trip_id ⇒ Object
Returns the value of attribute trip_id
22 23 24 |
# File 'app/models/concerns/spree_cm_commissioner/line_item_transitable.rb', line 22 def trip_id @trip_id end |