Class: AnnFlavorCore::DebugConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

Returns the value of attribute print_build_and_flavor_info

Returns:

  • (Object)

    the current value of 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

Returns the value of attribute print_debug

Returns:

  • (Object)

    the current value of 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

Returns the value of attribute print_release_build_type_info

Returns:

  • (Object)

    the current value of 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

Returns the value of attribute print_sdk_versions

Returns:

  • (Object)

    the current value of 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

.defaultsObject



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