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
115 116 117 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 115 def default @default end |
#flavors ⇒ Object
Returns the value of attribute flavors
115 116 117 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 115 def flavors @flavors end |
Class Method Details
.defaults ⇒ Object
116 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 116 def self.defaults = new(default: WindowsDefault.new, flavors: {}) |