Class: TableStructure::Schema::MyDefinition
- Inherits:
-
Struct
- Object
- Struct
- TableStructure::Schema::MyDefinition
- 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.
-
#row_builders ⇒ Object
Returns the value of attribute row_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 @options end |
#row_builders ⇒ Object
Returns the value of attribute row_builders
24 25 26 |
# File 'lib/table_structure/schema.rb', line 24 def row_builders @row_builders end |