class FedexWebServices::Soap::Rate::WebAuthenticationCredential

{fedex.com/ws/rate/v13}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/RateServiceDefinitions.rb, line 3096
def initialize(key = nil, password = nil)
  @key = key
  @password = password
end