Module: Bmg::Reader

Includes:
Relation
Included in:
Csv, Excel
Defined in:
lib/bmg/reader.rb,
lib/bmg/reader/csv.rb,
lib/bmg/reader/excel.rb

Defined Under Namespace

Classes: Csv, Excel

Instance Attribute Summary collapse

Method Summary

Methods included from Relation

#bind, #debug, #delete, empty, #empty?, #insert, new, #one, #one_or_nil, #to_ast, #to_csv, #to_json, #update, #visit, #with_typecheck, #without_typecheck, #y_by_x, #ys_by_x

Methods included from Algebra

#allbut, #autosummarize, #autowrap, #constants, #extend, #group, #image, #join, #left_join, #matching, #materialize, #not_matching, #page, #project, #rename, #restrict, #spied, #summarize, #transform, #union, #unspied

Methods included from Algebra::Shortcuts

#image, #join, #left_join, #matching, #not_matching, #prefix, #rxmatch, #suffix

Instance Attribute Details

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/bmg/reader.rb', line 5

def type
  @type
end