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.



436
437
438
439
440
441
# File 'lib/campaigning/soap/generated/default.rb', line 436

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.



431
432
433
# File 'lib/campaigning/soap/generated/default.rb', line 431

def apiKey
  @apiKey
end

#emailObject

Returns the value of attribute email.



433
434
435
# File 'lib/campaigning/soap/generated/default.rb', line 433

def email
  @email
end

#listIDObject

Returns the value of attribute listID.



432
433
434
# File 'lib/campaigning/soap/generated/default.rb', line 432

def listID
  @listID
end

#nameObject

Returns the value of attribute name.



434
435
436
# File 'lib/campaigning/soap/generated/default.rb', line 434

def name
  @name
end