Class: Campaigning::SubscribersGetSingleSubscriber
- Inherits:
-
Object
- Object
- Campaigning::SubscribersGetSingleSubscriber
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/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.
727 728 729 730 731 |
# File 'lib/campaigning/soap/generated/default.rb', line 727 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.
723 724 725 |
# File 'lib/campaigning/soap/generated/default.rb', line 723 def apiKey @apiKey end |
#emailAddress ⇒ Object
Returns the value of attribute emailAddress.
725 726 727 |
# File 'lib/campaigning/soap/generated/default.rb', line 725 def emailAddress @emailAddress end |
#listID ⇒ Object
Returns the value of attribute listID.
724 725 726 |
# File 'lib/campaigning/soap/generated/default.rb', line 724 def listID @listID end |