class Redata::View
Public Class Methods
new(category, name, setting)
click to toggle source
Calls superclass method
Redata::Relation::new
# File lib/redata/relation/view.rb, line 3 def initialize(category, name, setting) super category, name, setting @type = :view end
Public Instance Methods
bucket_file()
click to toggle source
# File lib/redata/relation/view.rb, line 8 def bucket_file "#{RED.today}/#{@category}/#{@name}.tsv" end
tmp_data_file()
click to toggle source
# File lib/redata/relation/view.rb, line 12 def tmp_data_file self.tmp_file_dir.join "#{@name}.tsv" end