Class: AnnFlavorCore::WebDefault

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

#build_typesObject

Returns the value of attribute build_types

Returns:

  • (Object)

    the current value of build_types



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def build_types
  @build_types
end

#cloudflareObject

Returns the value of attribute cloudflare

Returns:

  • (Object)

    the current value of cloudflare



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def cloudflare
  @cloudflare
end

#customObject

Returns the value of attribute custom

Returns:

  • (Object)

    the current value of custom



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def custom
  @custom
end

#dart_definesObject

Returns the value of attribute dart_defines

Returns:

  • (Object)

    the current value of dart_defines



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def dart_defines
  @dart_defines
end

#firebaseObject

Returns the value of attribute firebase

Returns:

  • (Object)

    the current value of firebase



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def firebase
  @firebase
end

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def icon
  @icon
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def id
  @id
end

#main_fileObject

Returns the value of attribute main_file

Returns:

  • (Object)

    the current value of main_file



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def main_file
  @main_file
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def name
  @name
end

#version_codeObject

Returns the value of attribute version_code

Returns:

  • (Object)

    the current value of version_code



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def version_code
  @version_code
end

#version_nameObject

Returns the value of attribute version_name

Returns:

  • (Object)

    the current value of version_name



98
99
100
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 98

def version_name
  @version_name
end

Class Method Details

.defaultsObject



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

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