Class: AnnFlavorCore::IosFlavor

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

#admobObject

Returns the value of attribute admob

Returns:

  • (Object)

    the current value of admob



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def admob
  @admob
end

#build_typesObject

Returns the value of attribute build_types

Returns:

  • (Object)

    the current value of build_types



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def build_types
  @build_types
end

#credentialsObject

Returns the value of attribute credentials

Returns:

  • (Object)

    the current value of credentials



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def credentials
  @credentials
end

#customObject

Returns the value of attribute custom

Returns:

  • (Object)

    the current value of custom



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def custom
  @custom
end

#dart_definesObject

Returns the value of attribute dart_defines

Returns:

  • (Object)

    the current value of dart_defines



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def dart_defines
  @dart_defines
end

#firebaseObject

Returns the value of attribute firebase

Returns:

  • (Object)

    the current value of firebase



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def firebase
  @firebase
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def icon
  @icon
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def id
  @id
end

#id_suffixObject

Returns the value of attribute id_suffix

Returns:

  • (Object)

    the current value of id_suffix



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def id_suffix
  @id_suffix
end

#info_plistObject

Returns the value of attribute info_plist

Returns:

  • (Object)

    the current value of info_plist



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def info_plist
  @info_plist
end

#main_fileObject

Returns the value of attribute main_file

Returns:

  • (Object)

    the current value of main_file



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def main_file
  @main_file
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def name
  @name
end

#name_suffixObject

Returns the value of attribute name_suffix

Returns:

  • (Object)

    the current value of name_suffix



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def name_suffix
  @name_suffix
end

#storesObject

Returns the value of attribute stores

Returns:

  • (Object)

    the current value of stores



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def stores
  @stores
end

#version_codeObject

Returns the value of attribute version_code

Returns:

  • (Object)

    the current value of version_code



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def version_code
  @version_code
end

#version_nameObject

Returns the value of attribute version_name

Returns:

  • (Object)

    the current value of version_name



74
75
76
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 74

def version_name
  @version_name
end

Class Method Details

.defaultsObject



79
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 79

def self.defaults = new(id_suffix: '', name_suffix: '', build_types: {}, custom: {}, dart_defines: DartDefines.defaults)