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.
716 717 718 719 |
# File 'lib/campaigning/soap/generated/default.rb', line 716 def initialize(apiKey = nil, listID = nil) @apiKey = apiKey @listID = listID end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
713 714 715 |
# File 'lib/campaigning/soap/generated/default.rb', line 713 def apiKey @apiKey end |
#listID ⇒ Object
Returns the value of attribute listID.
714 715 716 |
# File 'lib/campaigning/soap/generated/default.rb', line 714 def listID @listID end |