Module: Bmg::Reader
- Includes:
- Relation
- Defined in:
- lib/bmg/reader.rb,
lib/bmg/reader/csv.rb,
lib/bmg/reader/excel.rb
Defined Under Namespace
Constant Summary
Constants included from Algebra
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods included from Relation
#debug, #delete, empty, #empty?, #insert, new, #one, #one_or_nil, #to_ast, #to_json, #update, #visit, #ys_by_x
Methods included from Algebra
#allbut, #autosummarize, #autowrap, #constants, #extend, #image, #project, #rename, #restrict, #spied, #union, #unspied
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type.
5 6 7 |
# File 'lib/bmg/reader.rb', line 5 def type @type end |