Module: Bmg::Reader

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

Defined Under Namespace

Classes: Csv, Excel, TextFile

Instance Attribute Summary collapse

Method Summary

Methods included from Relation

#_count, #bind, #count, #debug, #delete, empty, #empty?, #insert, new, #one, #one_or_nil, #to_ast, #to_csv, #to_json, #to_xlsx, #update, #visit, #with_type, #with_type_attrlist, #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, #ungroup, #union, #unspied, #unwrap

Methods included from Algebra::Shortcuts

#exclude, #image, #images, #join, #left_join, #matching, #not_matching, #prefix, #rxmatch, #suffix, #ungroup, #unwrap, #where

Instance Attribute Details

#typeObject

Returns the value of attribute type.



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

def type
  @type
end