Class: G4sClient::UtilitiesTest

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

Instance Attribute Summary

Attributes inherited from Utilities

#service

Instance Method Summary collapse

Constructor Details

#initializeUtilitiesTest

Returns a new instance of UtilitiesTest.



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

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

Instance Method Details

#authObject



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

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