Class: Campaigning::SubscribersGetBounced

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

Overview

/Subscribers.GetBounced

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

Returns a new instance of SubscribersGetBounced.



570
571
572
573
574
# File 'lib/campaigning/soap/generated/default.rb', line 570

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.



566
567
568
# File 'lib/campaigning/soap/generated/default.rb', line 566

def apiKey
  @apiKey
end

#dateObject

Returns the value of attribute date.



568
569
570
# File 'lib/campaigning/soap/generated/default.rb', line 568

def date
  @date
end

#listIDObject

Returns the value of attribute listID.



567
568
569
# File 'lib/campaigning/soap/generated/default.rb', line 567

def listID
  @listID
end