Class: Campaigning::ListGetStats
- Inherits:
-
Object
- Object
- Campaigning::ListGetStats
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/List.GetStats
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#listID ⇒ Object
Returns the value of attribute listID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil) ⇒ ListGetStats
constructor
A new instance of ListGetStats.
Constructor Details
#initialize(apiKey = nil, listID = nil) ⇒ ListGetStats
Returns a new instance of ListGetStats.
974 975 976 977 |
# File 'lib/campaigning/soap/generated/default.rb', line 974 def initialize(apiKey = nil, listID = nil) @apiKey = apiKey @listID = listID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
971 972 973 |
# File 'lib/campaigning/soap/generated/default.rb', line 971 def apiKey @apiKey end |
#listID ⇒ Object
Returns the value of attribute listID.
972 973 974 |
# File 'lib/campaigning/soap/generated/default.rb', line 972 def listID @listID end |