Class: Campaigning::SubscribersGetIsSubscribed

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

Overview

http://api.createsend.com/api/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.



645
646
647
648
649
# File 'lib/campaigning/soap/generated/default.rb', line 645

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.



641
642
643
# File 'lib/campaigning/soap/generated/default.rb', line 641

def apiKey
  @apiKey
end

#emailObject

Returns the value of attribute email.



643
644
645
# File 'lib/campaigning/soap/generated/default.rb', line 643

def email
  @email
end

#listIDObject

Returns the value of attribute listID.



642
643
644
# File 'lib/campaigning/soap/generated/default.rb', line 642

def listID
  @listID
end