Class: Campaigning::SubscriberAddAndResubscribe

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

Overview

/Subscriber.AddAndResubscribe

apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
email - SOAP::SOAPString
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, listID = nil, email = nil, name = nil) ⇒ SubscriberAddAndResubscribe

Returns a new instance of SubscriberAddAndResubscribe.



465
466
467
468
469
470
# File 'lib/campaigning/soap/generated/default.rb', line 465

def initialize(apiKey = nil, listID = nil, email = nil, name = nil)
  @apiKey = apiKey
  @listID = listID
  @email = email
  @name = name
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



460
461
462
# File 'lib/campaigning/soap/generated/default.rb', line 460

def apiKey
  @apiKey
end

#emailObject

Returns the value of attribute email.



462
463
464
# File 'lib/campaigning/soap/generated/default.rb', line 462

def email
  @email
end

#listIDObject

Returns the value of attribute listID.



461
462
463
# File 'lib/campaigning/soap/generated/default.rb', line 461

def listID
  @listID
end

#nameObject

Returns the value of attribute name.



463
464
465
# File 'lib/campaigning/soap/generated/default.rb', line 463

def name
  @name
end