Class: R2OAS::AppConfiguration::Tool

Inherits:
Object
  • Object
show all
Defined in:
lib/r2-oas/app_configuration/tool.rb,
lib/r2-oas/app_configuration/tool/paths/stats.rb

Defined Under Namespace

Classes: PathsStats

Constant Summary collapse

DEFAULT_PATHS_STATS =
PathsStats.new
VALID_OPTIONS_KEYS =
[
  :paths_stats
].freeze

Instance Method Summary collapse

Constructor Details

#initializeTool



16
17
18
# File 'lib/r2-oas/app_configuration/tool.rb', line 16

def initialize
  set_default
end

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



20
21
22
# File 'lib/r2-oas/app_configuration/tool.rb', line 20

def configure
  yield self
end