Class: GoTransit::Schedule::Journey::SchJourney::Service::Transfer

Inherits:
ApiResource
  • Object
show all
Defined in:
lib/go_transit/resources/schedule/journey/sch_journey/service/transfer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiResource

#initialize

Constructor Details

This class inherits a constructor from GoTransit::ApiResource

Instance Attribute Details

#codeObject

Returns the value of attribute code.



3
4
5
# File 'lib/go_transit/resources/schedule/journey/sch_journey/service/transfer.rb', line 3

def code
  @code
end

#orderObject

Returns the value of attribute order.



3
4
5
# File 'lib/go_transit/resources/schedule/journey/sch_journey/service/transfer.rb', line 3

def order
  @order
end

#timeObject

Returns the value of attribute time.



3
4
5
# File 'lib/go_transit/resources/schedule/journey/sch_journey/service/transfer.rb', line 3

def time
  @time
end