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
164 165 166 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 164 def print_build_and_flavor_info @print_build_and_flavor_info end |
#print_debug ⇒ Object
Returns the value of attribute print_debug
164 165 166 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 164 def print_debug @print_debug end |
#print_release_build_type_info ⇒ Object
Returns the value of attribute print_release_build_type_info
164 165 166 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 164 def print_release_build_type_info @print_release_build_type_info end |
#print_sdk_versions ⇒ Object
Returns the value of attribute print_sdk_versions
164 165 166 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 164 def print_sdk_versions @print_sdk_versions end |
Class Method Details
.defaults ⇒ Object
168 169 170 171 172 173 174 175 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 168 def self.defaults new( print_debug: false, print_build_and_flavor_info: true, print_sdk_versions: true, print_release_build_type_info: false ) end |