Class: TableQuery::SchemaLoader::VariableTable Private

Inherits:
Object
  • Object
show all
Defined in:
lib/table-query/schema-loader.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

VariableTable is a class for table special variable.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



21
22
23
# File 'lib/table-query/schema-loader.rb', line 21

def value
  @value
end

Instance Method Details

#define(&b) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
# File 'lib/table-query/schema-loader.rb', line 23

def define(&b)
  @value = TableSchema.define(&b)
end