Class: FedexWebServices::Soap::Rate::WebAuthenticationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::WebAuthenticationDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13WebAuthenticationDetail
userCredential - FedexWebServices::Soap::Rate::WebAuthenticationCredential
Instance Attribute Summary collapse
-
#userCredential ⇒ Object
Returns the value of attribute userCredential.
Instance Method Summary collapse
-
#initialize(userCredential = nil) ⇒ WebAuthenticationDetail
constructor
A new instance of WebAuthenticationDetail.
Constructor Details
#initialize(userCredential = nil) ⇒ WebAuthenticationDetail
Returns a new instance of WebAuthenticationDetail.
3084 3085 3086 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3084 def initialize(userCredential = nil) @userCredential = userCredential end |
Instance Attribute Details
#userCredential ⇒ Object
Returns the value of attribute userCredential.
3082 3083 3084 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3082 def userCredential @userCredential end |