Class: GTFS::Realtime::Configuration
- Inherits:
-
Object
- Object
- GTFS::Realtime::Configuration
- Defined in:
- lib/gtfs/realtime/configuration.rb
Instance Attribute Summary collapse
-
#database_path ⇒ Object
Returns the value of attribute database_path.
-
#service_alerts_feed ⇒ Object
Returns the value of attribute service_alerts_feed.
-
#static_feed ⇒ Object
Returns the value of attribute static_feed.
-
#trip_updates_feed ⇒ Object
Returns the value of attribute trip_updates_feed.
-
#vehicle_positions_feed ⇒ Object
Returns the value of attribute vehicle_positions_feed.
Instance Attribute Details
#database_path ⇒ Object
Returns the value of attribute database_path.
4 5 6 |
# File 'lib/gtfs/realtime/configuration.rb', line 4 def database_path @database_path end |
#service_alerts_feed ⇒ Object
Returns the value of attribute service_alerts_feed.
4 5 6 |
# File 'lib/gtfs/realtime/configuration.rb', line 4 def service_alerts_feed @service_alerts_feed end |
#static_feed ⇒ Object
Returns the value of attribute static_feed.
4 5 6 |
# File 'lib/gtfs/realtime/configuration.rb', line 4 def static_feed @static_feed end |
#trip_updates_feed ⇒ Object
Returns the value of attribute trip_updates_feed.
4 5 6 |
# File 'lib/gtfs/realtime/configuration.rb', line 4 def trip_updates_feed @trip_updates_feed end |
#vehicle_positions_feed ⇒ Object
Returns the value of attribute vehicle_positions_feed.
4 5 6 |
# File 'lib/gtfs/realtime/configuration.rb', line 4 def vehicle_positions_feed @vehicle_positions_feed end |