class FedexWebServices::Soap::Ship::WebAuthenticationCredential

{fedex.com/ws/ship/v12}WebAuthenticationCredential

key - SOAP::SOAPString
password - SOAP::SOAPString

Attributes

key[RW]
password[RW]

Public Class Methods

new(key = nil, password = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3665
def initialize(key = nil, password = nil)
  @key = key
  @password = password
end