class FedexWebServices::Soap::Close::WebAuthenticationCredential

{fedex.com/ws/close/v4}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/CloseServiceDefinitions.rb, line 707
def initialize(key = nil, password = nil)
  @key = key
  @password = password
end