Class: Campaigning::ListGetStats

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

Overview

/List.GetStats

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#apiKeyObject

Returns the value of attribute apiKey.



971
972
973
# File 'lib/campaigning/soap/generated/default.rb', line 971

def apiKey
  @apiKey
end

#listIDObject

Returns the value of attribute listID.



972
973
974
# File 'lib/campaigning/soap/generated/default.rb', line 972

def listID
  @listID
end