class Redata::Table
Public Class Methods
new(category, name, setting)
click to toggle source
Calls superclass method
Redata::Relation::new
# File lib/redata/relation/table.rb, line 3 def initialize(category, name, setting) super category, name, setting @type = :table end