Class: Campaigning::ListCreate
- Inherits:
-
Object
- Object
- Campaigning::ListCreate
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/List.Create
apiKey - SOAP::SOAPString
clientID - 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.
-
#clientID ⇒ Object
Returns the value of attribute clientID.
-
#confirmationSuccessPage ⇒ Object
Returns the value of attribute confirmationSuccessPage.
-
#confirmOptIn ⇒ Object
Returns the value of attribute confirmOptIn.
-
#title ⇒ Object
Returns the value of attribute title.
-
#unsubscribePage ⇒ Object
Returns the value of attribute unsubscribePage.
Instance Method Summary collapse
-
#initialize(apiKey = nil, clientID = nil, title = nil, unsubscribePage = nil, confirmOptIn = nil, confirmationSuccessPage = nil) ⇒ ListCreate
constructor
A new instance of ListCreate.
Constructor Details
#initialize(apiKey = nil, clientID = nil, title = nil, unsubscribePage = nil, confirmOptIn = nil, confirmationSuccessPage = nil) ⇒ ListCreate
Returns a new instance of ListCreate.
785 786 787 788 789 790 791 792 |
# File 'lib/campaigning/soap/generated/default.rb', line 785 def initialize(apiKey = nil, clientID = nil, title = nil, unsubscribePage = nil, confirmOptIn = nil, confirmationSuccessPage = nil) @apiKey = apiKey @clientID = clientID @title = title @unsubscribePage = unsubscribePage @confirmOptIn = confirmOptIn @confirmationSuccessPage = confirmationSuccessPage end |
Instance Attribute Details
#apiKey ⇒ Object
Returns the value of attribute apiKey.
778 779 780 |
# File 'lib/campaigning/soap/generated/default.rb', line 778 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
779 780 781 |
# File 'lib/campaigning/soap/generated/default.rb', line 779 def clientID @clientID end |
#confirmationSuccessPage ⇒ Object
Returns the value of attribute confirmationSuccessPage.
783 784 785 |
# File 'lib/campaigning/soap/generated/default.rb', line 783 def confirmationSuccessPage @confirmationSuccessPage end |
#confirmOptIn ⇒ Object
Returns the value of attribute confirmOptIn.
782 783 784 |
# File 'lib/campaigning/soap/generated/default.rb', line 782 def confirmOptIn @confirmOptIn end |
#title ⇒ Object
Returns the value of attribute title.
780 781 782 |
# File 'lib/campaigning/soap/generated/default.rb', line 780 def title @title end |
#unsubscribePage ⇒ Object
Returns the value of attribute unsubscribePage.
781 782 783 |
# File 'lib/campaigning/soap/generated/default.rb', line 781 def unsubscribePage @unsubscribePage end |