Class: Campaigning::SubscribersGetBounced
- Inherits:
-
Object
- Object
- Campaigning::SubscribersGetBounced
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscribers.GetBounced
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) ⇒ SubscribersGetBounced
constructor
A new instance of SubscribersGetBounced.
Constructor Details
#initialize(apiKey = nil, listID = nil, date = nil) ⇒ SubscribersGetBounced
Returns a new instance of SubscribersGetBounced.
701 702 703 704 705 |
# File 'lib/campaigning/soap/generated/default.rb', line 701 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.
697 698 699 |
# File 'lib/campaigning/soap/generated/default.rb', line 697 def apiKey @apiKey end |
#date ⇒ Object
Returns the value of attribute date.
699 700 701 |
# File 'lib/campaigning/soap/generated/default.rb', line 699 def date @date end |
#listID ⇒ Object
Returns the value of attribute listID.
698 699 700 |
# File 'lib/campaigning/soap/generated/default.rb', line 698 def listID @listID end |