Class: Campaigning::SubscribersGetIsSubscribed

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

Overview

/Subscribers.GetIsSubscribed

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, listID = nil, email = nil) ⇒ SubscribersGetIsSubscribed

Returns a new instance of SubscribersGetIsSubscribed.



622
623
624
625
626
# File 'lib/campaigning/soap/generated/default.rb', line 622

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

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



618
619
620
# File 'lib/campaigning/soap/generated/default.rb', line 618

def apiKey
  @apiKey
end

#emailObject

Returns the value of attribute email.



620
621
622
# File 'lib/campaigning/soap/generated/default.rb', line 620

def email
  @email
end

#listIDObject

Returns the value of attribute listID.



619
620
621
# File 'lib/campaigning/soap/generated/default.rb', line 619

def listID
  @listID
end