Class: AnnFlavorCore::WindowsDefault
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::WindowsDefault
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#build_types ⇒ Object
Returns the value of attribute build_types.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#dart_defines ⇒ Object
Returns the value of attribute dart_defines.
-
#firebase ⇒ Object
Returns the value of attribute firebase.
-
#id ⇒ Object
Returns the value of attribute id.
-
#main_file ⇒ Object
Returns the value of attribute main_file.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version_code ⇒ Object
Returns the value of attribute version_code.
-
#version_name ⇒ Object
Returns the value of attribute version_name.
Class Method Summary collapse
Instance Attribute Details
#build_types ⇒ Object
Returns the value of attribute build_types
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def build_types @build_types end |
#custom ⇒ Object
Returns the value of attribute custom
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def custom @custom end |
#dart_defines ⇒ Object
Returns the value of attribute dart_defines
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def dart_defines @dart_defines end |
#firebase ⇒ Object
Returns the value of attribute firebase
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def firebase @firebase end |
#id ⇒ Object
Returns the value of attribute id
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def id @id end |
#main_file ⇒ Object
Returns the value of attribute main_file
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def main_file @main_file end |
#name ⇒ Object
Returns the value of attribute name
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def name @name end |
#version_code ⇒ Object
Returns the value of attribute version_code
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def version_code @version_code end |
#version_name ⇒ Object
Returns the value of attribute version_name
119 120 121 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 119 def version_name @version_name end |
Class Method Details
.defaults ⇒ Object
123 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 123 def self.defaults = new(build_types: {}, custom: {}, dart_defines: DartDefines.defaults) |