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.



1120
1121
1122
1123
1124
1125
1126
1127
# File 'lib/campaigning/soap/generated/default.rb', line 1120

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.



1113
1114
1115
# File 'lib/campaigning/soap/generated/default.rb', line 1113

def apiKey
  @apiKey
end

#companyNameObject

Returns the value of attribute companyName.



1114
1115
1116
# File 'lib/campaigning/soap/generated/default.rb', line 1114

def companyName
  @companyName
end

#contactNameObject

Returns the value of attribute contactName.



1115
1116
1117
# File 'lib/campaigning/soap/generated/default.rb', line 1115

def contactName
  @contactName
end

#countryObject

Returns the value of attribute country.



1117
1118
1119
# File 'lib/campaigning/soap/generated/default.rb', line 1117

def country
  @country
end

#emailAddressObject

Returns the value of attribute emailAddress.



1116
1117
1118
# File 'lib/campaigning/soap/generated/default.rb', line 1116

def emailAddress
  @emailAddress
end

#timezoneObject

Returns the value of attribute timezone.



1118
1119
1120
# File 'lib/campaigning/soap/generated/default.rb', line 1118

def timezone
  @timezone
end