Class: AnnFlavorCore::WindowsPlatform
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::WindowsPlatform
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Overview
── Windows ─────────────────────────────────────────────────────────────────
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#flavors ⇒ Object
Returns the value of attribute flavors.
Class Method Summary collapse
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
136 137 138 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 136 def default @default end |
#flavors ⇒ Object
Returns the value of attribute flavors
136 137 138 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 136 def flavors @flavors end |
Class Method Details
.defaults ⇒ Object
137 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 137 def self.defaults = new(default: WindowsDefault.new, flavors: {}) |