Class: ChannelAdvisor::TaxServiceSOAP::APICredentials

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/tax_service/types.rb

Overview

/APICredentials

developerKey - SOAP::SOAPString
password - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(developerKey = nil, password = nil) ⇒ APICredentials

Returns a new instance of APICredentials.



121
122
123
124
# File 'lib/channel_advisor/tax_service/types.rb', line 121

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

Instance Attribute Details

#developerKeyObject

Returns the value of attribute developerKey.



118
119
120
# File 'lib/channel_advisor/tax_service/types.rb', line 118

def developerKey
  @developerKey
end

#passwordObject

Returns the value of attribute password.



119
120
121
# File 'lib/channel_advisor/tax_service/types.rb', line 119

def password
  @password
end