Class: Twilic::Core::Model::SchemaField
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::Model::SchemaField
- Defined in:
- lib/twilic/core/model.rb
Instance Attribute Summary collapse
-
#default_value ⇒ Object
readonly
Returns the value of attribute default_value.
-
#enum_values ⇒ Object
readonly
Returns the value of attribute enum_values.
-
#logical_type ⇒ Object
readonly
Returns the value of attribute logical_type.
-
#max ⇒ Object
readonly
Returns the value of attribute max.
-
#min ⇒ Object
readonly
Returns the value of attribute min.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
Instance Attribute Details
#default_value ⇒ Object (readonly)
Returns the value of attribute default_value
150 151 152 |
# File 'lib/twilic/core/model.rb', line 150 def default_value @default_value end |
#enum_values ⇒ Object (readonly)
Returns the value of attribute enum_values
150 151 152 |
# File 'lib/twilic/core/model.rb', line 150 def enum_values @enum_values end |
#logical_type ⇒ Object (readonly)
Returns the value of attribute logical_type
150 151 152 |
# File 'lib/twilic/core/model.rb', line 150 def logical_type @logical_type end |
#max ⇒ Object (readonly)
Returns the value of attribute max
150 151 152 |
# File 'lib/twilic/core/model.rb', line 150 def max @max end |
#min ⇒ Object (readonly)
Returns the value of attribute min
150 151 152 |
# File 'lib/twilic/core/model.rb', line 150 def min @min end |
#name ⇒ Object (readonly)
Returns the value of attribute name
150 151 152 |
# File 'lib/twilic/core/model.rb', line 150 def name @name end |
#number ⇒ Object (readonly)
Returns the value of attribute number
150 151 152 |
# File 'lib/twilic/core/model.rb', line 150 def number @number end |
#required ⇒ Object (readonly)
Returns the value of attribute required
150 151 152 |
# File 'lib/twilic/core/model.rb', line 150 def required @required end |