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

Class Attribute Details

.app_idObject

Returns the value of attribute app_id.



3
4
5
# File 'lib/london_transport.rb', line 3

def app_id
  @app_id
end

.app_keyObject

Returns the value of attribute app_key.



3
4
5
# File 'lib/london_transport.rb', line 3

def app_key
  @app_key
end