Class: Campaigning::SubscriberAdd
- Inherits:
-
Object
- Object
- Campaigning::SubscriberAdd
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/Subscriber.Add
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) ⇒ SubscriberAdd
constructor
A new instance of SubscriberAdd.
Constructor Details
#initialize(apiKey = nil, listID = nil, email = nil, name = nil) ⇒ SubscriberAdd
Returns a new instance of SubscriberAdd.
567 568 569 570 571 572 |
# File 'lib/campaigning/soap/generated/default.rb', line 567 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.
562 563 564 |
# File 'lib/campaigning/soap/generated/default.rb', line 562 def apiKey @apiKey end |
#email ⇒ Object
Returns the value of attribute email.
564 565 566 |
# File 'lib/campaigning/soap/generated/default.rb', line 564 def email @email end |
#listID ⇒ Object
Returns the value of attribute listID.
563 564 565 |
# File 'lib/campaigning/soap/generated/default.rb', line 563 def listID @listID end |
#name ⇒ Object
Returns the value of attribute name.
565 566 567 |
# File 'lib/campaigning/soap/generated/default.rb', line 565 def name @name end |