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_.



492
493
494
495
496
# File 'lib/campaigning/soap/generated/default.rb', line 492

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.



488
489
490
# File 'lib/campaigning/soap/generated/default.rb', line 488

def apiKey
  @apiKey
end

#emailObject

Returns the value of attribute email.



490
491
492
# File 'lib/campaigning/soap/generated/default.rb', line 490

def email
  @email
end

#listIDObject

Returns the value of attribute listID.



489
490
491
# File 'lib/campaigning/soap/generated/default.rb', line 489

def listID
  @listID
end