Class: Campaigning::SubscriberUnsubscribe_
- Inherits:
-
Object
- Object
- Campaigning::SubscriberUnsubscribe_
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscriber.Unsubscribe
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
email - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#email ⇒ Object
Returns the value of attribute email.
-
#listID ⇒ Object
Returns the value of attribute listID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil, email = nil) ⇒ SubscriberUnsubscribe_
constructor
A new instance of SubscriberUnsubscribe_.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
488 489 490 |
# File 'lib/campaigning/soap/generated/default.rb', line 488 def apiKey @apiKey end |
#email ⇒ Object
Returns the value of attribute email.
490 491 492 |
# File 'lib/campaigning/soap/generated/default.rb', line 490 def email @email end |
#listID ⇒ Object
Returns the value of attribute listID.
489 490 491 |
# File 'lib/campaigning/soap/generated/default.rb', line 489 def listID @listID end |