Class: Campaigning::ListGetDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/List.GetDetail

apiKey - SOAP::SOAPString
listID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#apiKeyObject

Returns the value of attribute apiKey.



844
845
846
# File 'lib/campaigning/soap/generated/default.rb', line 844

def apiKey
  @apiKey
end

#listIDObject

Returns the value of attribute listID.



845
846
847
# File 'lib/campaigning/soap/generated/default.rb', line 845

def listID
  @listID
end