Class: FedexWebServices::Soap::Ship::WebAuthenticationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::WebAuthenticationDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12WebAuthenticationDetail
userCredential - FedexWebServices::Soap::Ship::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.
3653 3654 3655 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3653 def initialize(userCredential = nil) @userCredential = userCredential end |
Instance Attribute Details
#userCredential ⇒ Object
Returns the value of attribute userCredential.
3651 3652 3653 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3651 def userCredential @userCredential end |