Class: G4sClient::UtilitiesLive

Inherits:
Utilities show all
Defined in:
lib/g4s_client.rb

Instance Attribute Summary

Attributes inherited from Utilities

#service

Instance Method Summary collapse

Constructor Details

#initializeUtilitiesLive

Returns a new instance of UtilitiesLive.



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

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

Instance Method Details

#authObject



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

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