Class: MilkTea::PackageManifest::DataView

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/packages/manifest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assets_pathsObject (readonly)

Returns the value of attribute assets_paths

Returns:

  • (Object)

    the current value of assets_paths



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def assets_paths
  @assets_paths
end

#dependenciesObject (readonly)

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def dependencies
  @dependencies
end

#html_template_pathObject (readonly)

Returns the value of attribute html_template_path

Returns:

  • (Object)

    the current value of html_template_path



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def html_template_path
  @html_template_path
end

#manifest_pathObject (readonly)

Returns the value of attribute manifest_path

Returns:

  • (Object)

    the current value of manifest_path



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def manifest_path
  @manifest_path
end

#output_pathObject (readonly)

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def output_path
  @output_path
end

#package_kindObject (readonly)

Returns the value of attribute package_kind

Returns:

  • (Object)

    the current value of package_kind



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def package_kind
  @package_kind
end

#package_nameObject (readonly)

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def package_name
  @package_name
end

#package_versionObject (readonly)

Returns the value of attribute package_version

Returns:

  • (Object)

    the current value of package_version



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def package_version
  @package_version
end

#platformObject (readonly)

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def platform
  @platform
end

#profileObject (readonly)

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def profile
  @profile
end

#root_dirObject (readonly)

Returns the value of attribute root_dir

Returns:

  • (Object)

    the current value of root_dir



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def root_dir
  @root_dir
end

#source_pathObject (readonly)

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def source_path
  @source_path
end

#source_rootObject (readonly)

Returns the value of attribute source_root

Returns:

  • (Object)

    the current value of source_root



26
27
28
# File 'lib/milk_tea/packages/manifest.rb', line 26

def source_root
  @source_root
end