Class: FedexWebServices::Soap::Close::WebAuthenticationCredential
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::WebAuthenticationCredential
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4WebAuthenticationCredential
key - SOAP::SOAPString
password - SOAP::SOAPString
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(key = nil, password = nil) ⇒ WebAuthenticationCredential
constructor
A new instance of WebAuthenticationCredential.
Constructor Details
#initialize(key = nil, password = nil) ⇒ WebAuthenticationCredential
Returns a new instance of WebAuthenticationCredential.
707 708 709 710 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 707 def initialize(key = nil, password = nil) @key = key @password = password end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
704 705 706 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 704 def key @key end |
#password ⇒ Object
Returns the value of attribute password.
705 706 707 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 705 def password @password end |