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.



596
597
598
599
600
601
# File 'lib/campaigning/soap/generated/default.rb', line 596

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.



591
592
593
# File 'lib/campaigning/soap/generated/default.rb', line 591

def apiKey
  @apiKey
end

#emailObject

Returns the value of attribute email.



593
594
595
# File 'lib/campaigning/soap/generated/default.rb', line 593

def email
  @email
end

#listIDObject

Returns the value of attribute listID.



592
593
594
# File 'lib/campaigning/soap/generated/default.rb', line 592

def listID
  @listID
end

#nameObject

Returns the value of attribute name.



594
595
596
# File 'lib/campaigning/soap/generated/default.rb', line 594

def name
  @name
end