Method: Bahn::Stop#origin

Defined in:
lib/bahn.rb

#originObject

The Stop object for the departure station (provided as a shortcut for stop.service.origin).



364
365
366
# File 'lib/bahn.rb', line 364

def origin
  @service.origin
end