Class: AnnFlavorCore::ResolvedBuildOutput
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::ResolvedBuildOutput
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#build_type ⇒ Object
Returns the value of attribute build_type.
-
#effective_auth ⇒ Object
Returns the value of attribute effective_auth.
-
#effective_cloudflare ⇒ Object
Returns the value of attribute effective_cloudflare.
-
#effective_custom ⇒ Object
Returns the value of attribute effective_custom.
-
#effective_dart_defines ⇒ Object
Returns the value of attribute effective_dart_defines.
-
#effective_firebase ⇒ Object
Returns the value of attribute effective_firebase.
-
#effective_gms_ads_id ⇒ Object
Returns the value of attribute effective_gms_ads_id.
-
#effective_icon ⇒ Object
Returns the value of attribute effective_icon.
-
#effective_id ⇒ Object
Returns the value of attribute effective_id.
-
#effective_info_plist ⇒ Object
Returns the value of attribute effective_info_plist.
-
#effective_main_file ⇒ Object
Returns the value of attribute effective_main_file.
-
#effective_name ⇒ Object
Returns the value of attribute effective_name.
-
#effective_version_code ⇒ Object
Returns the value of attribute effective_version_code.
-
#effective_version_name ⇒ Object
Returns the value of attribute effective_version_name.
-
#flavor_name ⇒ Object
Returns the value of attribute flavor_name.
Instance Attribute Details
#build_type ⇒ Object
Returns the value of attribute build_type
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def build_type @build_type end |
#effective_auth ⇒ Object
Returns the value of attribute effective_auth
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_auth @effective_auth end |
#effective_cloudflare ⇒ Object
Returns the value of attribute effective_cloudflare
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_cloudflare @effective_cloudflare end |
#effective_custom ⇒ Object
Returns the value of attribute effective_custom
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_custom @effective_custom end |
#effective_dart_defines ⇒ Object
Returns the value of attribute effective_dart_defines
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_dart_defines @effective_dart_defines end |
#effective_firebase ⇒ Object
Returns the value of attribute effective_firebase
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_firebase @effective_firebase end |
#effective_gms_ads_id ⇒ Object
Returns the value of attribute effective_gms_ads_id
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_gms_ads_id @effective_gms_ads_id end |
#effective_icon ⇒ Object
Returns the value of attribute effective_icon
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_icon @effective_icon end |
#effective_id ⇒ Object
Returns the value of attribute effective_id
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_id @effective_id end |
#effective_info_plist ⇒ Object
Returns the value of attribute effective_info_plist
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_info_plist @effective_info_plist end |
#effective_main_file ⇒ Object
Returns the value of attribute effective_main_file
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_main_file @effective_main_file end |
#effective_name ⇒ Object
Returns the value of attribute effective_name
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_name @effective_name end |
#effective_version_code ⇒ Object
Returns the value of attribute effective_version_code
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_version_code @effective_version_code end |
#effective_version_name ⇒ Object
Returns the value of attribute effective_version_name
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def effective_version_name @effective_version_name end |
#flavor_name ⇒ Object
Returns the value of attribute flavor_name
183 184 185 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 183 def flavor_name @flavor_name end |