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.
677 678 679 680 681 682 683 684 |
# File 'lib/campaigning/soap/generated/default.rb', line 677 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.
670 671 672 |
# File 'lib/campaigning/soap/generated/default.rb', line 670 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
671 672 673 |
# File 'lib/campaigning/soap/generated/default.rb', line 671 def clientID @clientID end |
#confirmationSuccessPage ⇒ Object
Returns the value of attribute confirmationSuccessPage.
675 676 677 |
# File 'lib/campaigning/soap/generated/default.rb', line 675 def confirmationSuccessPage @confirmationSuccessPage end |
#confirmOptIn ⇒ Object
Returns the value of attribute confirmOptIn.
674 675 676 |
# File 'lib/campaigning/soap/generated/default.rb', line 674 def confirmOptIn @confirmOptIn end |
#title ⇒ Object
Returns the value of attribute title.
672 673 674 |
# File 'lib/campaigning/soap/generated/default.rb', line 672 def title @title end |
#unsubscribePage ⇒ Object
Returns the value of attribute unsubscribePage.
673 674 675 |
# File 'lib/campaigning/soap/generated/default.rb', line 673 def unsubscribePage @unsubscribePage end |