Class: Campaigning::SubscribersGetUnsubscribed

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

Overview

/Subscribers.GetUnsubscribed

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) ⇒ SubscribersGetUnsubscribed

Returns a new instance of SubscribersGetUnsubscribed.



544
545
546
547
548
# File 'lib/campaigning/soap/generated/default.rb', line 544

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.



540
541
542
# File 'lib/campaigning/soap/generated/default.rb', line 540

def apiKey
  @apiKey
end

#dateObject

Returns the value of attribute date.



542
543
544
# File 'lib/campaigning/soap/generated/default.rb', line 542

def date
  @date
end

#listIDObject

Returns the value of attribute listID.



541
542
543
# File 'lib/campaigning/soap/generated/default.rb', line 541

def listID
  @listID
end