Class: Campaigning::SubscribersGetActive

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

Overview

/Subscribers.GetActive

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, listID = nil, date = nil) ⇒ SubscribersGetActive



518
519
520
521
522
# File 'lib/campaigning/soap/generated/default.rb', line 518

def initialize(apiKey = nil, listID = nil, date = nil)
  @apiKey = apiKey
  @listID = listID
  @date = date
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



514
515
516
# File 'lib/campaigning/soap/generated/default.rb', line 514

def apiKey
  @apiKey
end

#dateObject

Returns the value of attribute date.



516
517
518
# File 'lib/campaigning/soap/generated/default.rb', line 516

def date
  @date
end

#listIDObject

Returns the value of attribute listID.



515
516
517
# File 'lib/campaigning/soap/generated/default.rb', line 515

def listID
  @listID
end