Class: Mxrb::Runtime::SchemaColumn
- Inherits:
-
Data
- Object
- Data
- Mxrb::Runtime::SchemaColumn
- Defined in:
- lib/mxrb/runtime/schema_migrator.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
-
#sql_name ⇒ Object
readonly
Returns the value of attribute sql_name.
-
#sql_type ⇒ Object
readonly
Returns the value of attribute sql_type.
-
#storage_key ⇒ Object
readonly
Returns the value of attribute storage_key.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#unique ⇒ Object
readonly
Returns the value of attribute unique.
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default
8 9 10 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 8 def default @default end |
#name ⇒ Object (readonly)
Returns the value of attribute name
8 9 10 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 8 def name @name end |
#required ⇒ Object (readonly)
Returns the value of attribute required
8 9 10 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 8 def required @required end |
#sql_name ⇒ Object (readonly)
Returns the value of attribute sql_name
8 9 10 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 8 def sql_name @sql_name end |
#sql_type ⇒ Object (readonly)
Returns the value of attribute sql_type
8 9 10 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 8 def sql_type @sql_type end |
#storage_key ⇒ Object (readonly)
Returns the value of attribute storage_key
8 9 10 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 8 def storage_key @storage_key end |
#type ⇒ Object (readonly)
Returns the value of attribute type
8 9 10 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 8 def type @type end |
#unique ⇒ Object (readonly)
Returns the value of attribute unique
8 9 10 |
# File 'lib/mxrb/runtime/schema_migrator.rb', line 8 def unique @unique end |