Class: Campaigning::SubscribersGetUnsubscribed
- Inherits:
-
Object
- Object
- Campaigning::SubscribersGetUnsubscribed
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscribers.GetUnsubscribed
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
date - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#date ⇒ Object
Returns the value of attribute date.
-
#listID ⇒ Object
Returns the value of attribute listID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil, date = nil) ⇒ SubscribersGetUnsubscribed
constructor
A new instance of SubscribersGetUnsubscribed.
Constructor Details
#initialize(apiKey = nil, listID = nil, date = nil) ⇒ SubscribersGetUnsubscribed
Returns a new instance of SubscribersGetUnsubscribed.
675 676 677 678 679 |
# File 'lib/campaigning/soap/generated/default.rb', line 675 def initialize(apiKey = nil, listID = nil, date = nil) @apiKey = apiKey @listID = listID @date = date end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
671 672 673 |
# File 'lib/campaigning/soap/generated/default.rb', line 671 def apiKey @apiKey end |
#date ⇒ Object
Returns the value of attribute date.
673 674 675 |
# File 'lib/campaigning/soap/generated/default.rb', line 673 def date @date end |
#listID ⇒ Object
Returns the value of attribute listID.
672 673 674 |
# File 'lib/campaigning/soap/generated/default.rb', line 672 def listID @listID end |