Class: Campaigning::ListGetDetail
- Inherits:
-
Object
- Object
- Campaigning::ListGetDetail
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/List.GetDetail
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) ⇒ ListGetDetail
constructor
A new instance of ListGetDetail.
Constructor Details
#initialize(apiKey = nil, listID = nil) ⇒ ListGetDetail
Returns a new instance of ListGetDetail.
847 848 849 850 |
# File 'lib/campaigning/soap/generated/default.rb', line 847 def initialize(apiKey = nil, listID = nil) @apiKey = apiKey @listID = listID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
844 845 846 |
# File 'lib/campaigning/soap/generated/default.rb', line 844 def apiKey @apiKey end |
#listID ⇒ Object
Returns the value of attribute listID.
845 846 847 |
# File 'lib/campaigning/soap/generated/default.rb', line 845 def listID @listID end |