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
654 655 656 657 658 659 660 661 |
# File 'lib/campaigning/soap/generated/default.rb', line 654 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.
647 648 649 |
# File 'lib/campaigning/soap/generated/default.rb', line 647 def apiKey @apiKey end |
#clientID ⇒ Object
Returns the value of attribute clientID.
648 649 650 |
# File 'lib/campaigning/soap/generated/default.rb', line 648 def clientID @clientID end |
#confirmationSuccessPage ⇒ Object
Returns the value of attribute confirmationSuccessPage.
652 653 654 |
# File 'lib/campaigning/soap/generated/default.rb', line 652 def confirmationSuccessPage @confirmationSuccessPage end |
#confirmOptIn ⇒ Object
Returns the value of attribute confirmOptIn.
651 652 653 |
# File 'lib/campaigning/soap/generated/default.rb', line 651 def confirmOptIn @confirmOptIn end |
#title ⇒ Object
Returns the value of attribute title.
649 650 651 |
# File 'lib/campaigning/soap/generated/default.rb', line 649 def title @title end |
#unsubscribePage ⇒ Object
Returns the value of attribute unsubscribePage.
650 651 652 |
# File 'lib/campaigning/soap/generated/default.rb', line 650 def unsubscribePage @unsubscribePage end |