Module: LondonTransport
- Defined in:
- lib/london_transport.rb,
lib/london_transport/version.rb
Defined Under Namespace
Classes: Base, Bus, Combined, Line, Train, Tube
Constant Summary collapse
- VERSION =
'0.0.8'
Class Attribute Summary collapse
-
.app_id ⇒ Object
Returns the value of attribute app_id.
-
.app_key ⇒ Object
Returns the value of attribute app_key.
Class Attribute Details
.app_id ⇒ Object
Returns the value of attribute app_id.
3 4 5 |
# File 'lib/london_transport.rb', line 3 def app_id @app_id end |
.app_key ⇒ Object
Returns the value of attribute app_key.
3 4 5 |
# File 'lib/london_transport.rb', line 3 def app_key @app_key end |