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
24 25 26 |
# File 'lib/table_structure/schema.rb', line 24 def column_converters @column_converters end |
#columns ⇒ Object
Returns the value of attribute columns
24 25 26 |
# File 'lib/table_structure/schema.rb', line 24 def columns @columns end |
#context ⇒ Object
Returns the value of attribute context
24 25 26 |
# File 'lib/table_structure/schema.rb', line 24 def context @context end |
#context_builders ⇒ Object
Returns the value of attribute context_builders
24 25 26 |
# File 'lib/table_structure/schema.rb', line 24 def context_builders @context_builders end |
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/table_structure/schema.rb', line 24 def name @name end |
#options ⇒ Object
Returns the value of attribute options
24 25 26 |
# File 'lib/table_structure/schema.rb', line 24 def end |
#result_builders ⇒ Object
Returns the value of attribute result_builders
24 25 26 |
# File 'lib/table_structure/schema.rb', line 24 def result_builders @result_builders end |