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



980
981
982
983
984
985
986
987
988
# File 'lib/campaigning/soap/generated/default.rb', line 980

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.



972
973
974
# File 'lib/campaigning/soap/generated/default.rb', line 972

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



973
974
975
# File 'lib/campaigning/soap/generated/default.rb', line 973

def clientID
  @clientID
end

#companyNameObject

Returns the value of attribute companyName.



974
975
976
# File 'lib/campaigning/soap/generated/default.rb', line 974

def companyName
  @companyName
end

#contactNameObject

Returns the value of attribute contactName.



975
976
977
# File 'lib/campaigning/soap/generated/default.rb', line 975

def contactName
  @contactName
end

#countryObject

Returns the value of attribute country.



977
978
979
# File 'lib/campaigning/soap/generated/default.rb', line 977

def country
  @country
end

#emailAddressObject

Returns the value of attribute emailAddress.



976
977
978
# File 'lib/campaigning/soap/generated/default.rb', line 976

def emailAddress
  @emailAddress
end

#timezoneObject

Returns the value of attribute timezone.



978
979
980
# File 'lib/campaigning/soap/generated/default.rb', line 978

def timezone
  @timezone
end