class FedexWebServices::Soap::Ship::WebAuthenticationDetail
{fedex.com/ws/ship/v12}WebAuthenticationDetail
userCredential - FedexWebServices::Soap::Ship::WebAuthenticationCredential
Attributes
userCredential[RW]
Public Class Methods
new(userCredential = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3653 def initialize(userCredential = nil) @userCredential = userCredential end