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



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

Returns the value of attribute print_debug

Returns:

  • (Object)

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

Returns the value of attribute print_release_build_type_info

Returns:

  • (Object)

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

Returns the value of attribute print_sdk_versions

Returns:

  • (Object)

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

.defaultsObject



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