Sha256: 5a5ba1da1d2531ce77c3da168d8497d37a1af912a7c5f387455f021329105301

Contents?: true

Size: 219 Bytes

Versions: 2

Compression:

Stored size: 219 Bytes

Contents

require File.join(File.dirname(__FILE__), 'lib/transprt')

client = Transprt::Client.new
puts client.locations query: 'genf'
puts client.connections from: 'Lausanne', to: 'Geneve'
puts client.locations station: 'Aarau'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
transprt-0.2.2 example.rb
transprt-0.2.1 example.rb