Class: StructuredDataToSql::Json::ColumnDef
- Inherits:
-
Struct
- Object
- Struct
- StructuredDataToSql::Json::ColumnDef
- Defined in:
- lib/structured_data_to_sql/json/schema_inferrer.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#null ⇒ Object
Returns the value of attribute null.
-
#sql_type ⇒ Object
Returns the value of attribute sql_type.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
7 8 9 |
# File 'lib/structured_data_to_sql/json/schema_inferrer.rb', line 7 def comment @comment end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/structured_data_to_sql/json/schema_inferrer.rb', line 7 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/structured_data_to_sql/json/schema_inferrer.rb', line 7 def name @name end |
#null ⇒ Object
Returns the value of attribute null
7 8 9 |
# File 'lib/structured_data_to_sql/json/schema_inferrer.rb', line 7 def null @null end |
#sql_type ⇒ Object
Returns the value of attribute sql_type
7 8 9 |
# File 'lib/structured_data_to_sql/json/schema_inferrer.rb', line 7 def sql_type @sql_type end |