Class: TableStructure::Schema::MyDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/table_structure/schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#column_convertersObject

Returns the value of attribute column_converters

Returns:

  • (Object)

    the current value of column_converters



24
25
26
# File 'lib/table_structure/schema.rb', line 24

def column_converters
  @column_converters
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



24
25
26
# File 'lib/table_structure/schema.rb', line 24

def columns
  @columns
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



24
25
26
# File 'lib/table_structure/schema.rb', line 24

def context
  @context
end

#context_buildersObject

Returns the value of attribute context_builders

Returns:

  • (Object)

    the current value of context_builders



24
25
26
# File 'lib/table_structure/schema.rb', line 24

def context_builders
  @context_builders
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



24
25
26
# File 'lib/table_structure/schema.rb', line 24

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



24
25
26
# File 'lib/table_structure/schema.rb', line 24

def options
  @options
end

#row_buildersObject

Returns the value of attribute row_builders

Returns:

  • (Object)

    the current value of row_builders



24
25
26
# File 'lib/table_structure/schema.rb', line 24

def row_builders
  @row_builders
end