Class: Campaigning::SubscribersGetIsSubscribed
- Inherits:
-
Object
- Object
- Campaigning::SubscribersGetIsSubscribed
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscribers.GetIsSubscribed
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
email - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#email ⇒ Object
Returns the value of attribute email.
-
#listID ⇒ Object
Returns the value of attribute listID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil, email = nil) ⇒ SubscribersGetIsSubscribed
constructor
A new instance of SubscribersGetIsSubscribed.
Constructor Details
#initialize(apiKey = nil, listID = nil, email = nil) ⇒ SubscribersGetIsSubscribed
Returns a new instance of SubscribersGetIsSubscribed.
753 754 755 756 757 |
# File 'lib/campaigning/soap/generated/default.rb', line 753 def initialize(apiKey = nil, listID = nil, email = nil) @apiKey = apiKey @listID = listID @email = email end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
749 750 751 |
# File 'lib/campaigning/soap/generated/default.rb', line 749 def apiKey @apiKey end |
#email ⇒ Object
Returns the value of attribute email.
751 752 753 |
# File 'lib/campaigning/soap/generated/default.rb', line 751 def email @email end |
#listID ⇒ Object
Returns the value of attribute listID.
750 751 752 |
# File 'lib/campaigning/soap/generated/default.rb', line 750 def listID @listID end |