Class: Campaigning::ListCustomField
- Inherits:
-
Object
- Object
- Campaigning::ListCustomField
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/ListCustomField
fieldName - SOAP::SOAPString
key - SOAP::SOAPString
dataType - Campaigning::SubscriberFieldDataType
fieldOptions - Campaigning::ArrayOfString
Instance Attribute Summary collapse
-
#dataType ⇒ Object
Returns the value of attribute dataType.
-
#fieldName ⇒ Object
Returns the value of attribute fieldName.
-
#fieldOptions ⇒ Object
Returns the value of attribute fieldOptions.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(fieldName = nil, key = nil, dataType = nil, fieldOptions = nil) ⇒ ListCustomField
constructor
A new instance of ListCustomField.
Constructor Details
#initialize(fieldName = nil, key = nil, dataType = nil, fieldOptions = nil) ⇒ ListCustomField
Returns a new instance of ListCustomField.
345 346 347 348 349 350 |
# File 'lib/campaigning/soap/generated/default.rb', line 345 def initialize(fieldName = nil, key = nil, dataType = nil, fieldOptions = nil) @fieldName = fieldName @key = key @dataType = dataType @fieldOptions = fieldOptions end |
Instance Attribute Details
#dataType ⇒ Object
Returns the value of attribute dataType.
342 343 344 |
# File 'lib/campaigning/soap/generated/default.rb', line 342 def dataType @dataType end |
#fieldName ⇒ Object
Returns the value of attribute fieldName.
340 341 342 |
# File 'lib/campaigning/soap/generated/default.rb', line 340 def fieldName @fieldName end |
#fieldOptions ⇒ Object
Returns the value of attribute fieldOptions.
343 344 345 |
# File 'lib/campaigning/soap/generated/default.rb', line 343 def fieldOptions @fieldOptions end |
#key ⇒ Object
Returns the value of attribute key.
341 342 343 |
# File 'lib/campaigning/soap/generated/default.rb', line 341 def key @key end |