Class: TableStructure::Schema::Definition
- Inherits:
-
Struct
- Object
- Struct
- TableStructure::Schema::Definition
- Defined in:
- lib/table_structure/schema.rb
Instance Attribute Summary collapse
-
#column_converters ⇒ Object
Returns the value of attribute column_converters.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#context ⇒ Object
Returns the value of attribute context.
-
#context_builders ⇒ Object
Returns the value of attribute context_builders.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#result_builders ⇒ Object
Returns the value of attribute result_builders.
Instance Attribute Details
#column_converters ⇒ Object
Returns the value of attribute column_converters
14 15 16 |
# File 'lib/table_structure/schema.rb', line 14 def column_converters @column_converters end |
#columns ⇒ Object
Returns the value of attribute columns
14 15 16 |
# File 'lib/table_structure/schema.rb', line 14 def columns @columns end |
#context ⇒ Object
Returns the value of attribute context
14 15 16 |
# File 'lib/table_structure/schema.rb', line 14 def context @context end |
#context_builders ⇒ Object
Returns the value of attribute context_builders
14 15 16 |
# File 'lib/table_structure/schema.rb', line 14 def context_builders @context_builders end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/table_structure/schema.rb', line 14 def name @name end |
#options ⇒ Object
Returns the value of attribute options
14 15 16 |
# File 'lib/table_structure/schema.rb', line 14 def @options end |
#result_builders ⇒ Object
Returns the value of attribute result_builders
14 15 16 |
# File 'lib/table_structure/schema.rb', line 14 def result_builders @result_builders end |