Class: FedexWebServices::Soap::Ship::WebAuthenticationCredential
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::WebAuthenticationCredential
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12WebAuthenticationCredential
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.
3665 3666 3667 3668 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3665 def initialize(key = nil, password = nil) @key = key @password = password end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
3662 3663 3664 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3662 def key @key end |
#password ⇒ Object
Returns the value of attribute password.
3663 3664 3665 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3663 def password @password end |