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_.
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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
619 620 621 |
# File 'lib/campaigning/soap/generated/default.rb', line 619 def apiKey @apiKey end |
#email ⇒ Object
Returns the value of attribute email.
621 622 623 |
# File 'lib/campaigning/soap/generated/default.rb', line 621 def email @email end |
#listID ⇒ Object
Returns the value of attribute listID.
620 621 622 |
# File 'lib/campaigning/soap/generated/default.rb', line 620 def listID @listID end |