Class: Campaigning::ClientCreate

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

Overview

/Client.Create

apiKey - 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, companyName = nil, contactName = nil, emailAddress = nil, country = nil, timezone = nil) ⇒ ClientCreate

Returns a new instance of ClientCreate.



943
944
945
946
947
948
949
950
# File 'lib/campaigning/soap/generated/default.rb', line 943

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



936
937
938
# File 'lib/campaigning/soap/generated/default.rb', line 936

def apiKey
  @apiKey
end

#companyNameObject

Returns the value of attribute companyName.



937
938
939
# File 'lib/campaigning/soap/generated/default.rb', line 937

def companyName
  @companyName
end

#contactNameObject

Returns the value of attribute contactName.



938
939
940
# File 'lib/campaigning/soap/generated/default.rb', line 938

def contactName
  @contactName
end

#countryObject

Returns the value of attribute country.



940
941
942
# File 'lib/campaigning/soap/generated/default.rb', line 940

def country
  @country
end

#emailAddressObject

Returns the value of attribute emailAddress.



939
940
941
# File 'lib/campaigning/soap/generated/default.rb', line 939

def emailAddress
  @emailAddress
end

#timezoneObject

Returns the value of attribute timezone.



941
942
943
# File 'lib/campaigning/soap/generated/default.rb', line 941

def timezone
  @timezone
end