Class: Campaigning::SubscriberAddAndResubscribe
- Inherits:
-
Object
- Object
- Campaigning::SubscriberAddAndResubscribe
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscriber.AddAndResubscribe
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
email - SOAP::SOAPString
name - 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.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil, email = nil, name = nil) ⇒ SubscriberAddAndResubscribe
constructor
A new instance of SubscriberAddAndResubscribe.
Constructor Details
#initialize(apiKey = nil, listID = nil, email = nil, name = nil) ⇒ SubscriberAddAndResubscribe
Returns a new instance of SubscriberAddAndResubscribe.
465 466 467 468 469 470 |
# File 'lib/campaigning/soap/generated/default.rb', line 465 def initialize(apiKey = nil, listID = nil, email = nil, name = nil) @apiKey = apiKey @listID = listID @email = email @name = name end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
460 461 462 |
# File 'lib/campaigning/soap/generated/default.rb', line 460 def apiKey @apiKey end |
#email ⇒ Object
Returns the value of attribute email.
462 463 464 |
# File 'lib/campaigning/soap/generated/default.rb', line 462 def email @email end |
#listID ⇒ Object
Returns the value of attribute listID.
461 462 463 |
# File 'lib/campaigning/soap/generated/default.rb', line 461 def listID @listID end |
#name ⇒ Object
Returns the value of attribute name.
463 464 465 |
# File 'lib/campaigning/soap/generated/default.rb', line 463 def name @name end |