Class: Campaigning::SubscriberAdd

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

Overview

/Subscriber.Add

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) ⇒ SubscriberAdd

Returns a new instance of SubscriberAdd.



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

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.



454
455
456
# File 'lib/campaigning/soap/generated/default.rb', line 454

def apiKey
  @apiKey
end

#emailObject

Returns the value of attribute email.



456
457
458
# File 'lib/campaigning/soap/generated/default.rb', line 456

def email
  @email
end

#listIDObject

Returns the value of attribute listID.



455
456
457
# File 'lib/campaigning/soap/generated/default.rb', line 455

def listID
  @listID
end

#nameObject

Returns the value of attribute name.



457
458
459
# File 'lib/campaigning/soap/generated/default.rb', line 457

def name
  @name
end