Class: FedexWebServices::Soap::Rate::WebAuthenticationCredential
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::WebAuthenticationCredential
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13WebAuthenticationCredential
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.
3096 3097 3098 3099 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3096 def initialize(key = nil, password = nil) @key = key @password = password end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
3093 3094 3095 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3093 def key @key end |
#password ⇒ Object
Returns the value of attribute password.
3094 3095 3096 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3094 def password @password end |