Class: AnnFlavorCore::AndroidDefault
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::AndroidDefault
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#admob ⇒ Object
Returns the value of attribute admob.
-
#build_types ⇒ Object
Returns the value of attribute build_types.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#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.
-
#main_file ⇒ Object
Returns the value of attribute main_file.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sdk ⇒ Object
Returns the value of attribute sdk.
-
#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
#admob ⇒ Object
Returns the value of attribute admob
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def admob @admob end |
#build_types ⇒ Object
Returns the value of attribute build_types
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def build_types @build_types end |
#credentials ⇒ Object
Returns the value of attribute credentials
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def credentials @credentials end |
#custom ⇒ Object
Returns the value of attribute custom
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def custom @custom end |
#dart_defines ⇒ Object
Returns the value of attribute dart_defines
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def dart_defines @dart_defines end |
#firebase ⇒ Object
Returns the value of attribute firebase
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def firebase @firebase end |
#icon ⇒ Object
Returns the value of attribute icon
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def icon @icon end |
#id ⇒ Object
Returns the value of attribute id
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def id @id end |
#main_file ⇒ Object
Returns the value of attribute main_file
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def main_file @main_file end |
#name ⇒ Object
Returns the value of attribute name
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def name @name end |
#sdk ⇒ Object
Returns the value of attribute sdk
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def sdk @sdk end |
#version_code ⇒ Object
Returns the value of attribute version_code
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def version_code @version_code end |
#version_name ⇒ Object
Returns the value of attribute version_name
55 56 57 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 55 def version_name @version_name end |
Class Method Details
.defaults ⇒ Object
60 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 60 def self.defaults = new(build_types: {}, custom: {}, dart_defines: DartDefines.defaults) |