Class: Campaigning::SubscribersGetActive
- Inherits:
-
Object
- Object
- Campaigning::SubscribersGetActive
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscribers.GetActive
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) ⇒ SubscribersGetActive
constructor
A new instance of SubscribersGetActive.
Constructor Details
#initialize(apiKey = nil, listID = nil, date = nil) ⇒ SubscribersGetActive
Returns a new instance of SubscribersGetActive.
649 650 651 652 653 |
# File 'lib/campaigning/soap/generated/default.rb', line 649 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.
645 646 647 |
# File 'lib/campaigning/soap/generated/default.rb', line 645 def apiKey @apiKey end |
#date ⇒ Object
Returns the value of attribute date.
647 648 649 |
# File 'lib/campaigning/soap/generated/default.rb', line 647 def date @date end |
#listID ⇒ Object
Returns the value of attribute listID.
646 647 648 |
# File 'lib/campaigning/soap/generated/default.rb', line 646 def listID @listID end |