Class: Campaigning::SubscriberUnsubscribe_

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

Overview

/Subscriber.Unsubscribe

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, listID = nil, email = nil) ⇒ SubscriberUnsubscribe_

Returns a new instance of SubscriberUnsubscribe_.



623
624
625
626
627
# File 'lib/campaigning/soap/generated/default.rb', line 623

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



619
620
621
# File 'lib/campaigning/soap/generated/default.rb', line 619

def apiKey
  @apiKey
end

#emailObject

Returns the value of attribute email.



621
622
623
# File 'lib/campaigning/soap/generated/default.rb', line 621

def email
  @email
end

#listIDObject

Returns the value of attribute listID.



620
621
622
# File 'lib/campaigning/soap/generated/default.rb', line 620

def listID
  @listID
end