Class: Redata::Table
Instance Attribute Summary
Attributes inherited from Relation
#category, #dir, #file, #key, #name, #type
Instance Method Summary collapse
-
#initialize(category, name, setting) ⇒ Table
constructor
A new instance of Table.
Methods inherited from Relation
#global_key, #query_file, #source_name, #tmp_exec_file, #tmp_file_dir, #tmp_mkdir, #tmp_rmdir
Constructor Details
#initialize(category, name, setting) ⇒ Table
Returns a new instance of Table.
3 4 5 6 |
# File 'lib/redata/relation/table.rb', line 3 def initialize(category, name, setting) super category, name, setting @type = :table end |