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.



989
990
991
992
993
994
995
996
# File 'lib/campaigning/soap/generated/default.rb', line 989

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.



982
983
984
# File 'lib/campaigning/soap/generated/default.rb', line 982

def apiKey
  @apiKey
end

#companyNameObject

Returns the value of attribute companyName.



983
984
985
# File 'lib/campaigning/soap/generated/default.rb', line 983

def companyName
  @companyName
end

#contactNameObject

Returns the value of attribute contactName.



984
985
986
# File 'lib/campaigning/soap/generated/default.rb', line 984

def contactName
  @contactName
end

#countryObject

Returns the value of attribute country.



986
987
988
# File 'lib/campaigning/soap/generated/default.rb', line 986

def country
  @country
end

#emailAddressObject

Returns the value of attribute emailAddress.



985
986
987
# File 'lib/campaigning/soap/generated/default.rb', line 985

def emailAddress
  @emailAddress
end

#timezoneObject

Returns the value of attribute timezone.



987
988
989
# File 'lib/campaigning/soap/generated/default.rb', line 987

def timezone
  @timezone
end