Class: SchemaFerry::ColumnSchema
- Inherits:
-
Struct
- Object
- Struct
- SchemaFerry::ColumnSchema
- Defined in:
- lib/schema_ferry/schema_model.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#default ⇒ Object
Returns the value of attribute default.
-
#default_function ⇒ Object
Returns the value of attribute default_function.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#name ⇒ Object
Returns the value of attribute name.
-
#null ⇒ Object
Returns the value of attribute null.
-
#precision ⇒ Object
Returns the value of attribute precision.
-
#scale ⇒ Object
Returns the value of attribute scale.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def comment @comment end |
#default ⇒ Object
Returns the value of attribute default
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def default @default end |
#default_function ⇒ Object
Returns the value of attribute default_function
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def default_function @default_function end |
#limit ⇒ Object
Returns the value of attribute limit
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def limit @limit end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def name @name end |
#null ⇒ Object
Returns the value of attribute null
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def null @null end |
#precision ⇒ Object
Returns the value of attribute precision
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def precision @precision end |
#scale ⇒ Object
Returns the value of attribute scale
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def scale @scale end |
#type ⇒ Object
Returns the value of attribute type
17 18 19 |
# File 'lib/schema_ferry/schema_model.rb', line 17 def type @type end |