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.
820 821 822 823 824 825 826 827 |
# File 'lib/campaigning/soap/generated/default.rb', line 820 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.
813 814 815 |
# File 'lib/campaigning/soap/generated/default.rb', line 813 def apiKey @apiKey end |
#confirmationSuccessPage ⇒ Object
Returns the value of attribute confirmationSuccessPage.
818 819 820 |
# File 'lib/campaigning/soap/generated/default.rb', line 818 def confirmationSuccessPage @confirmationSuccessPage end |
#confirmOptIn ⇒ Object
Returns the value of attribute confirmOptIn.
817 818 819 |
# File 'lib/campaigning/soap/generated/default.rb', line 817 def confirmOptIn @confirmOptIn end |
#listID ⇒ Object
Returns the value of attribute listID.
814 815 816 |
# File 'lib/campaigning/soap/generated/default.rb', line 814 def listID @listID end |
#title ⇒ Object
Returns the value of attribute title.
815 816 817 |
# File 'lib/campaigning/soap/generated/default.rb', line 815 def title @title end |
#unsubscribePage ⇒ Object
Returns the value of attribute unsubscribePage.
816 817 818 |
# File 'lib/campaigning/soap/generated/default.rb', line 816 def unsubscribePage @unsubscribePage end |