Class: FedexWebServices::Soap::Close::WebAuthenticationDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::WebAuthenticationDetail
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4WebAuthenticationDetail
parentCredential - FedexWebServices::Soap::Close::WebAuthenticationCredential
userCredential - FedexWebServices::Soap::Close::WebAuthenticationCredential
Instance Attribute Summary collapse
-
#parentCredential ⇒ Object
Returns the value of attribute parentCredential.
-
#userCredential ⇒ Object
Returns the value of attribute userCredential.
Instance Method Summary collapse
-
#initialize(parentCredential = nil, userCredential = nil) ⇒ WebAuthenticationDetail
constructor
A new instance of WebAuthenticationDetail.
Constructor Details
#initialize(parentCredential = nil, userCredential = nil) ⇒ WebAuthenticationDetail
Returns a new instance of WebAuthenticationDetail.
694 695 696 697 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 694 def initialize(parentCredential = nil, userCredential = nil) @parentCredential = parentCredential @userCredential = userCredential end |
Instance Attribute Details
#parentCredential ⇒ Object
Returns the value of attribute parentCredential.
691 692 693 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 691 def parentCredential @parentCredential end |
#userCredential ⇒ Object
Returns the value of attribute userCredential.
692 693 694 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 692 def userCredential @userCredential end |