Class: JadeSql::SchemaGenerator::Column
- Inherits:
-
Data
- Object
- Data
- JadeSql::SchemaGenerator::Column
- Defined in:
- lib/jade-sql/bin/generate_schema.rb
Instance Attribute Summary collapse
-
#jade_type ⇒ Object
readonly
Returns the value of attribute jade_type.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#nullable ⇒ Object
readonly
Returns the value of attribute nullable.
Instance Attribute Details
#jade_type ⇒ Object (readonly)
Returns the value of attribute jade_type
51 52 53 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 51 def jade_type @jade_type end |
#name ⇒ Object (readonly)
Returns the value of attribute name
51 52 53 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 51 def name @name end |
#nullable ⇒ Object (readonly)
Returns the value of attribute nullable
51 52 53 |
# File 'lib/jade-sql/bin/generate_schema.rb', line 51 def nullable @nullable end |