Class: G4sClient::TrackingLive

Inherits:
Tracking
  • Object
show all
Defined in:
lib/g4s_client.rb

Instance Attribute Summary

Attributes inherited from Tracking

#service

Instance Method Summary collapse

Constructor Details

#initializeTrackingLive

Returns a new instance of TrackingLive.



65
# File 'lib/g4s_client.rb', line 65

def initialize; super("https://ws.g4si.com/IPStracking.asmx"); end

Instance Method Details

#authObject



66
# File 'lib/g4s_client.rb', line 66

def auth;  @authentication ||= G4SIAuthentication.new(CONFIG['live']['username'], CONFIG['live']['password'], CONFIG['live']['access_key']); end