Class: AnnFlavorCore::AnnSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb

Overview

── Top-level ───────────────────────────────────────────────────────────────

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#appObject

Returns the value of attribute app

Returns:

  • (Object)

    the current value of app



14
15
16
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 14

def app
  @app
end

#debug_configObject

Returns the value of attribute debug_config

Returns:

  • (Object)

    the current value of 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

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



14
15
16
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 14

def enabled
  @enabled
end

#toolingObject

Returns the value of attribute tooling

Returns:

  • (Object)

    the current value of 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

.defaultsObject



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)