Class: WavefrontDisplay::IngestionPolicy
- Defined in:
- lib/wavefront-cli/display/ingestionpolicy.rb
Overview
Format human-readable output of ingestion policies.
Constant Summary
Constants included from WavefrontCli::Constants
WavefrontCli::Constants::ALL_PAGE_SIZE, WavefrontCli::Constants::DEFAULT_CONFIG, WavefrontCli::Constants::DEFAULT_OPTS, WavefrontCli::Constants::EVENT_STATE_DIR, WavefrontCli::Constants::HUMAN_TIME_FORMAT, WavefrontCli::Constants::HUMAN_TIME_FORMAT_MS, WavefrontCli::Constants::SEARCH_SPLIT
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #do_add_user ⇒ Object
- #do_for ⇒ Object (also: #do_members)
- #do_remove_user ⇒ Object
Methods inherited from Base
#_prioritize_keys, #display_brief_freetext_results, #do_delete, #do_import, #do_list, #do_list_brief, #do_list_fields, #do_queries, #do_search, #do_search_brief, #do_search_fields, #do_tag_add, #do_tag_clear, #do_tag_delete, #do_tag_pathsearch, #do_tag_set, #do_tags, #do_undelete, #drop_fields, #filter_data, #filter_fields_as_arr, #freetext_keys, #friendly_name, #human_time, #index_of_final_item, #initialize, #key_width, #long_output, #multicolumn, #pagination_line, #prioritize_keys, #priority_keys, #quoted, #readable_time, #readable_time_arr, #run, #run_error, #run_list, #run_search, #search_display_keys, #search_identifier_key, #time_formats
Constructor Details
This class inherits a constructor from WavefrontDisplay::Base
Instance Method Details
#do_add_user ⇒ Object
10 11 12 13 14 |
# File 'lib/wavefront-cli/display/ingestionpolicy.rb', line 10 def do_add_user puts format("Added %<quoted_user>s to '%<group_id>s'.", quoted_user: quoted([:'<user>']), group_id: [:'<id>']).fold(TW, 0) end |
#do_for ⇒ Object Also known as: do_members
22 23 24 |
# File 'lib/wavefront-cli/display/ingestionpolicy.rb', line 22 def do_for puts data end |
#do_remove_user ⇒ Object
16 17 18 19 20 |
# File 'lib/wavefront-cli/display/ingestionpolicy.rb', line 16 def do_remove_user puts format("Removed %<quoted_user>s from '%<group_id>s'.", quoted_user: quoted([:'<user>']), group_id: [:'<id>']).fold(TW, 0) end |