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.



1026
1027
1028
1029
1030
1031
1032
1033
1034
# File 'lib/campaigning/soap/generated/default.rb', line 1026

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.



1018
1019
1020
# File 'lib/campaigning/soap/generated/default.rb', line 1018

def apiKey
  @apiKey
end

#clientIDObject

Returns the value of attribute clientID.



1019
1020
1021
# File 'lib/campaigning/soap/generated/default.rb', line 1019

def clientID
  @clientID
end

#companyNameObject

Returns the value of attribute companyName.



1020
1021
1022
# File 'lib/campaigning/soap/generated/default.rb', line 1020

def companyName
  @companyName
end

#contactNameObject

Returns the value of attribute contactName.



1021
1022
1023
# File 'lib/campaigning/soap/generated/default.rb', line 1021

def contactName
  @contactName
end

#countryObject

Returns the value of attribute country.



1023
1024
1025
# File 'lib/campaigning/soap/generated/default.rb', line 1023

def country
  @country
end

#emailAddressObject

Returns the value of attribute emailAddress.



1022
1023
1024
# File 'lib/campaigning/soap/generated/default.rb', line 1022

def emailAddress
  @emailAddress
end

#timezoneObject

Returns the value of attribute timezone.



1024
1025
1026
# File 'lib/campaigning/soap/generated/default.rb', line 1024

def timezone
  @timezone
end