class TflApi::Client::Cabwise

This class communicates with the TFL “/Cabwise” API to obtain details about taxis and minicabs contact information.

Public Class Methods

new(client) click to toggle source

Initialize the Cabwise object and store the reference to Client object

@param client [Client] the client object

@return [Cabwise] the Cabwise object

# File lib/tfl_api_client/cabwise.rb, line 40
def initialize(client)
  @client = client
end

Public Instance Methods