Class: Campaigning::ListUpdate
- Inherits:
-
Object
- Object
- Campaigning::ListUpdate
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/List.Update
apiKey - SOAP::SOAPString
listID - SOAP::SOAPString
title - SOAP::SOAPString
unsubscribePage - SOAP::SOAPString
confirmOptIn - SOAP::SOAPBoolean
confirmationSuccessPage - SOAP::SOAPString
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#confirmationSuccessPage ⇒ Object
Returns the value of attribute confirmationSuccessPage.
-
#confirmOptIn ⇒ Object
Returns the value of attribute confirmOptIn.
-
#listID ⇒ Object
Returns the value of attribute listID.
-
#title ⇒ Object
Returns the value of attribute title.
-
#unsubscribePage ⇒ Object
Returns the value of attribute unsubscribePage.
Instance Method Summary collapse
-
#initialize(apiKey = nil, listID = nil, title = nil, unsubscribePage = nil, confirmOptIn = nil, confirmationSuccessPage = nil) ⇒ ListUpdate
constructor
A new instance of ListUpdate.
Constructor Details
#initialize(apiKey = nil, listID = nil, title = nil, unsubscribePage = nil, confirmOptIn = nil, confirmationSuccessPage = nil) ⇒ ListUpdate
Returns a new instance of ListUpdate.
712 713 714 715 716 717 718 719 |
# File 'lib/campaigning/soap/generated/default.rb', line 712 def initialize(apiKey = nil, listID = nil, title = nil, unsubscribePage = nil, confirmOptIn = nil, confirmationSuccessPage = nil) @apiKey = apiKey @listID = listID @title = title @unsubscribePage = unsubscribePage @confirmOptIn = confirmOptIn @confirmationSuccessPage = confirmationSuccessPage end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
705 706 707 |
# File 'lib/campaigning/soap/generated/default.rb', line 705 def apiKey @apiKey end |
#confirmationSuccessPage ⇒ Object
Returns the value of attribute confirmationSuccessPage.
710 711 712 |
# File 'lib/campaigning/soap/generated/default.rb', line 710 def confirmationSuccessPage @confirmationSuccessPage end |
#confirmOptIn ⇒ Object
Returns the value of attribute confirmOptIn.
709 710 711 |
# File 'lib/campaigning/soap/generated/default.rb', line 709 def confirmOptIn @confirmOptIn end |
#listID ⇒ Object
Returns the value of attribute listID.
706 707 708 |
# File 'lib/campaigning/soap/generated/default.rb', line 706 def listID @listID end |
#title ⇒ Object
Returns the value of attribute title.
707 708 709 |
# File 'lib/campaigning/soap/generated/default.rb', line 707 def title @title end |
#unsubscribePage ⇒ Object
Returns the value of attribute unsubscribePage.
708 709 710 |
# File 'lib/campaigning/soap/generated/default.rb', line 708 def unsubscribePage @unsubscribePage end |