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.
261 262 263 264 265 266 |
# File 'lib/campaigning/soap/generated/default.rb', line 261 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.
258 259 260 |
# File 'lib/campaigning/soap/generated/default.rb', line 258 def dataType @dataType end |
#fieldName ⇒ Object
Returns the value of attribute fieldName.
256 257 258 |
# File 'lib/campaigning/soap/generated/default.rb', line 256 def fieldName @fieldName end |
#fieldOptions ⇒ Object
Returns the value of attribute fieldOptions.
259 260 261 |
# File 'lib/campaigning/soap/generated/default.rb', line 259 def fieldOptions @fieldOptions end |
#key ⇒ Object
Returns the value of attribute key.
257 258 259 |
# File 'lib/campaigning/soap/generated/default.rb', line 257 def key @key end |