Class: AnnFlavorCore::AnnSpec
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::AnnSpec
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Overview
── Top-level ───────────────────────────────────────────────────────────────
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
-
#debug_config ⇒ Object
Returns the value of attribute debug_config.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#tooling ⇒ Object
Returns the value of attribute tooling.
Class Method Summary collapse
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app
14 15 16 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 14 def app @app end |
#debug_config ⇒ Object
Returns the value of attribute debug_config
14 15 16 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 14 def debug_config @debug_config end |
#enabled ⇒ Object
Returns the value of attribute enabled
14 15 16 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 14 def enabled @enabled end |
#tooling ⇒ Object
Returns the value of attribute tooling
14 15 16 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 14 def tooling @tooling end |
Class Method Details
.defaults ⇒ Object
15 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 15 def self.defaults = new(app: AnnApp.new, enabled: true, debug_config: DebugConfig.new) |