Class: Campaigning::ClientUpdateBasics

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Client.UpdateBasics

apiKey - SOAP::SOAPString
clientID - SOAP::SOAPString
companyName - SOAP::SOAPString
contactName - SOAP::SOAPString
emailAddress - SOAP::SOAPString
country - SOAP::SOAPString
timezone - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, clientID = nil, companyName = nil, contactName = nil, emailAddress = nil, country = nil, timezone = nil) ⇒ ClientUpdateBasics

Returns a new instance of ClientUpdateBasics.



1157
1158
1159
1160
1161
1162
1163
1164
1165
# File 'lib/campaigning/soap/generated/default.rb', line 1157

def initialize(apiKey = nil, clientID = nil, companyName = nil, contactName = nil, emailAddress = nil, country = nil, timezone = nil)
  @apiKey = apiKey
  @clientID = clientID
  @companyName = companyName
  @contactName = contactName
  @emailAddress = emailAddress
  @country = country
  @timezone = timezone
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1149
1150
1151
# File 'lib/campaigning/soap/generated/default.rb', line 1149

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1150
1151
1152
# File 'lib/campaigning/soap/generated/default.rb', line 1150

def clientID
  @clientID
end

#companyNameObject

Returns the value of attribute companyName.



1151
1152
1153
# File 'lib/campaigning/soap/generated/default.rb', line 1151

def companyName
  @companyName
end

#contactNameObject

Returns the value of attribute contactName.



1152
1153
1154
# File 'lib/campaigning/soap/generated/default.rb', line 1152

def contactName
  @contactName
end

#countryObject

Returns the value of attribute country.



1154
1155
1156
# File 'lib/campaigning/soap/generated/default.rb', line 1154

def country
  @country
end

#emailAddressObject

Returns the value of attribute emailAddress.



1153
1154
1155
# File 'lib/campaigning/soap/generated/default.rb', line 1153

def emailAddress
  @emailAddress
end

#timezoneObject

Returns the value of attribute timezone.



1155
1156
1157
# File 'lib/campaigning/soap/generated/default.rb', line 1155

def timezone
  @timezone
end