class Sumo

Constants

API_HOST
BASE_PATH

Public Instance Methods

cli() click to toggle source
# File lib/rct_sumo.rb, line 50
def cli
  return {
    'search' => Search
  }
end
description() click to toggle source
# File lib/rct_sumo.rb, line 40
def description
  "The RCT Sumo class implements access to some of the common sumologic\n" +
  "search APIs."
end