Class: Campaigning::SubscribersGetSingleSubscriber
- Inherits:
-
Object
- Object
- Campaigning::SubscribersGetSingleSubscriber
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
http://api.createsend.com/api/Subscribers.GetSingleSubscriber apiKey - SOAP::SOAPString listID - SOAP::SOAPString emailAddress - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
-
#listID ⇒ Object
Returns the value of attribute listID.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil, emailAddress = nil) ⇒ SubscribersGetSingleSubscriber
constructor
A new instance of SubscribersGetSingleSubscriber.
Constructor Details
#initialize(apiKey = nil, listID = nil, emailAddress = nil) ⇒ SubscribersGetSingleSubscriber
Returns a new instance of SubscribersGetSingleSubscriber.
619 620 621 622 623 |
# File 'lib/campaigning/soap/generated/default.rb', line 619 def initialize(apiKey = nil, listID = nil, emailAddress = nil) @apiKey = apiKey @listID = listID @emailAddress = emailAddress end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
615 616 617 |
# File 'lib/campaigning/soap/generated/default.rb', line 615 def apiKey @apiKey end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
617 618 619 |
# File 'lib/campaigning/soap/generated/default.rb', line 617 def emailAddress @emailAddress end |
#listID ⇒ Object
Returns the value of attribute listID.
616 617 618 |
# File 'lib/campaigning/soap/generated/default.rb', line 616 def listID @listID end |