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.
596 597 598 599 600 601 |
# File 'lib/campaigning/soap/generated/default.rb', line 596 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.
591 592 593 |
# File 'lib/campaigning/soap/generated/default.rb', line 591 def apiKey @apiKey end |
#email ⇒ Object
Returns the value of attribute email.
593 594 595 |
# File 'lib/campaigning/soap/generated/default.rb', line 593 def email @email end |
#listID ⇒ Object
Returns the value of attribute listID.
592 593 594 |
# File 'lib/campaigning/soap/generated/default.rb', line 592 def listID @listID end |
#name ⇒ Object
Returns the value of attribute name.
594 595 596 |
# File 'lib/campaigning/soap/generated/default.rb', line 594 def name @name end |