Class: G4sClient::UtilitiesTest
- Defined in:
- lib/g4s_client.rb
Instance Attribute Summary
Attributes inherited from Utilities
Instance Method Summary collapse
- #auth ⇒ Object
-
#initialize ⇒ UtilitiesTest
constructor
A new instance of UtilitiesTest.
Constructor Details
#initialize ⇒ UtilitiesTest
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
#auth ⇒ Object
82 |
# File 'lib/g4s_client.rb', line 82 def auth; @authentication ||= G4SIAuthentication.new(CONFIG['test']['username'], CONFIG['test']['password'], CONFIG['test']['access_key']); end |