class Renderer::Action

Public Instance Methods

action?() click to toggle source
# File lib/tabulatr/renderer/action.rb, line 31
def action?() true end
coltype() click to toggle source
# File lib/tabulatr/renderer/action.rb, line 29
def coltype() 'action' end
column?() click to toggle source
# File lib/tabulatr/renderer/action.rb, line 30
def column?() false end
human_name() click to toggle source
# File lib/tabulatr/renderer/action.rb, line 25
def human_name
  col_options.header
end