Class: AnnFlavorCore::WebFlavor
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::WebFlavor
- 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.
-
#cloudflare ⇒ Object
Returns the value of attribute cloudflare.
-
#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.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#id ⇒ Object
Returns the value of attribute id.
-
#id_suffix ⇒ Object
Returns the value of attribute id_suffix.
-
#main_file ⇒ Object
Returns the value of attribute main_file.
-
#name ⇒ Object
Returns the value of attribute name.
-
#name_suffix ⇒ Object
Returns the value of attribute name_suffix.
-
#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
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def build_types @build_types end |
#cloudflare ⇒ Object
Returns the value of attribute cloudflare
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def cloudflare @cloudflare end |
#custom ⇒ Object
Returns the value of attribute custom
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def custom @custom end |
#dart_defines ⇒ Object
Returns the value of attribute dart_defines
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def dart_defines @dart_defines end |
#firebase ⇒ Object
Returns the value of attribute firebase
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def firebase @firebase end |
#icon ⇒ Object
Returns the value of attribute icon
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def icon @icon end |
#id ⇒ Object
Returns the value of attribute id
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def id @id end |
#id_suffix ⇒ Object
Returns the value of attribute id_suffix
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def id_suffix @id_suffix end |
#main_file ⇒ Object
Returns the value of attribute main_file
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def main_file @main_file end |
#name ⇒ Object
Returns the value of attribute name
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def name @name end |
#name_suffix ⇒ Object
Returns the value of attribute name_suffix
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def name_suffix @name_suffix end |
#version_code ⇒ Object
Returns the value of attribute version_code
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def version_code @version_code end |
#version_name ⇒ Object
Returns the value of attribute version_name
105 106 107 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 105 def version_name @version_name end |
Class Method Details
.defaults ⇒ Object
110 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 110 def self.defaults = new(id_suffix: '', name_suffix: '', build_types: {}, custom: {}, dart_defines: DartDefines.defaults) |