Class: GoTransit::Schedule::Trip::Stop::Track

Inherits:
ApiResource
  • Object
show all
Defined in:
lib/go_transit/resources/schedule/trip/stop/track.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

#actualObject

Returns the value of attribute actual.



3
4
5
# File 'lib/go_transit/resources/schedule/trip/stop/track.rb', line 3

def actual
  @actual
end

#scheduledObject

Returns the value of attribute scheduled.



3
4
5
# File 'lib/go_transit/resources/schedule/trip/stop/track.rb', line 3

def scheduled
  @scheduled
end