Class: FedexWebServices::Soap::Ship::WebAuthenticationDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#userCredentialObject

Returns the value of attribute userCredential.



3651
3652
3653
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3651

def userCredential
  @userCredential
end