Class: R2OAS::AppConfiguration::Tool
- Inherits:
-
Object
- Object
- R2OAS::AppConfiguration::Tool
- 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
- #configure {|_self| ... } ⇒ Object
-
#initialize ⇒ Tool
constructor
A new instance of Tool.
Constructor Details
#initialize ⇒ Tool
16 17 18 |
# File 'lib/r2-oas/app_configuration/tool.rb', line 16 def initialize set_default end |
Instance Method Details
#configure {|_self| ... } ⇒ Object
20 21 22 |
# File 'lib/r2-oas/app_configuration/tool.rb', line 20 def configure yield self end |