Class: AnnFlavorCore::DebugConfig
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::DebugConfig
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#print_build_and_flavor_info ⇒ Object
Returns the value of attribute print_build_and_flavor_info.
-
#print_debug ⇒ Object
Returns the value of attribute print_debug.
-
#print_release_build_type_info ⇒ Object
Returns the value of attribute print_release_build_type_info.
-
#print_sdk_versions ⇒ Object
Returns the value of attribute print_sdk_versions.
Class Method Summary collapse
Instance Attribute Details
#print_build_and_flavor_info ⇒ Object
Returns the value of attribute print_build_and_flavor_info
185 186 187 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 185 def print_build_and_flavor_info @print_build_and_flavor_info end |
#print_debug ⇒ Object
Returns the value of attribute print_debug
185 186 187 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 185 def print_debug @print_debug end |
#print_release_build_type_info ⇒ Object
Returns the value of attribute print_release_build_type_info
185 186 187 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 185 def print_release_build_type_info @print_release_build_type_info end |
#print_sdk_versions ⇒ Object
Returns the value of attribute print_sdk_versions
185 186 187 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 185 def print_sdk_versions @print_sdk_versions end |
Class Method Details
.defaults ⇒ Object
189 190 191 192 193 194 195 196 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 189 def self.defaults new( print_debug: false, print_build_and_flavor_info: true, print_sdk_versions: true, print_release_build_type_info: false ) end |