Class: Twilic::Core::Model::Column
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::Model::Column
- Defined in:
- lib/twilic/core/model.rb
Instance Attribute Summary collapse
-
#codec ⇒ Object
readonly
Returns the value of attribute codec.
-
#dictionary_id ⇒ Object
readonly
Returns the value of attribute dictionary_id.
-
#field_id ⇒ Object
readonly
Returns the value of attribute field_id.
-
#has_presence ⇒ Object
readonly
Returns the value of attribute has_presence.
-
#null_strategy ⇒ Object
readonly
Returns the value of attribute null_strategy.
-
#presence ⇒ Object
readonly
Returns the value of attribute presence.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Attribute Details
#codec ⇒ Object (readonly)
Returns the value of attribute codec
170 171 172 |
# File 'lib/twilic/core/model.rb', line 170 def codec @codec end |
#dictionary_id ⇒ Object (readonly)
Returns the value of attribute dictionary_id
170 171 172 |
# File 'lib/twilic/core/model.rb', line 170 def dictionary_id @dictionary_id end |
#field_id ⇒ Object (readonly)
Returns the value of attribute field_id
170 171 172 |
# File 'lib/twilic/core/model.rb', line 170 def field_id @field_id end |
#has_presence ⇒ Object (readonly)
Returns the value of attribute has_presence
170 171 172 |
# File 'lib/twilic/core/model.rb', line 170 def has_presence @has_presence end |
#null_strategy ⇒ Object (readonly)
Returns the value of attribute null_strategy
170 171 172 |
# File 'lib/twilic/core/model.rb', line 170 def null_strategy @null_strategy end |
#presence ⇒ Object (readonly)
Returns the value of attribute presence
170 171 172 |
# File 'lib/twilic/core/model.rb', line 170 def presence @presence end |
#values ⇒ Object (readonly)
Returns the value of attribute values
170 171 172 |
# File 'lib/twilic/core/model.rb', line 170 def values @values end |