Class: R2OAS::AppConfiguration::Deprecation
- Defined in:
- lib/r2-oas/app_configuration/deprecation.rb
Constant Summary collapse
- DEFAULT_SILENCED =
::R2OAS::Deprecation.silenced
Instance Attribute Summary collapse
-
#silenced ⇒ Object
Returns the value of attribute silenced.
Instance Method Summary collapse
-
#initialize ⇒ Deprecation
constructor
A new instance of Deprecation.
Constructor Details
#initialize ⇒ Deprecation
Returns a new instance of Deprecation.
17 18 19 |
# File 'lib/r2-oas/app_configuration/deprecation.rb', line 17 def initialize set_default end |
Instance Attribute Details
#silenced ⇒ Object
Returns the value of attribute silenced.
10 11 12 |
# File 'lib/r2-oas/app_configuration/deprecation.rb', line 10 def silenced @silenced end |