Class: FedexWebServices::Soap::Close::WebAuthenticationCredential

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

Overview

http://fedex.com/ws/close/v4WebAuthenticationCredential

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, password = nil) ⇒ WebAuthenticationCredential

Returns a new instance of WebAuthenticationCredential.



707
708
709
710
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 707

def initialize(key = nil, password = nil)
  @key = key
  @password = password
end

Instance Attribute Details

#keyObject

Returns the value of attribute key.



704
705
706
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 704

def key
  @key
end

#passwordObject

Returns the value of attribute password.



705
706
707
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 705

def password
  @password
end