Class/Module Index [+]

Quicksearch

HammerCLI::Output::Adapter::Table

Public Instance Methods

tags() click to toggle source
# File lib/hammer_cli/output/adapter/table.rb, line 11
def tags
  [:screen, :flat]
end

Protected Instance Methods

field_filter() click to toggle source
# File lib/hammer_cli/output/adapter/table.rb, line 64
def field_filter
  filtered = [Fields::ContainerField]
  filtered << Fields::Id unless @context[:show_ids]
  HammerCLI::Output::FieldFilter.new(filtered)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.