Class: MilkTea::PackageManifest::DataView
- Inherits:
-
Data
- Object
- Data
- MilkTea::PackageManifest::DataView
- Defined in:
- lib/milk_tea/packages/manifest.rb
Instance Attribute Summary collapse
-
#assets_paths ⇒ Object
readonly
Returns the value of attribute assets_paths.
-
#dependencies ⇒ Object
readonly
Returns the value of attribute dependencies.
-
#html_template_path ⇒ Object
readonly
Returns the value of attribute html_template_path.
-
#manifest_path ⇒ Object
readonly
Returns the value of attribute manifest_path.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
-
#package_kind ⇒ Object
readonly
Returns the value of attribute package_kind.
-
#package_name ⇒ Object
readonly
Returns the value of attribute package_name.
-
#package_version ⇒ Object
readonly
Returns the value of attribute package_version.
-
#platform ⇒ Object
readonly
Returns the value of attribute platform.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
-
#root_dir ⇒ Object
readonly
Returns the value of attribute root_dir.
-
#source_path ⇒ Object
readonly
Returns the value of attribute source_path.
-
#source_root ⇒ Object
readonly
Returns the value of attribute source_root.
Instance Attribute Details
#assets_paths ⇒ Object (readonly)
Returns the value of attribute assets_paths
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def assets_paths @assets_paths end |
#dependencies ⇒ Object (readonly)
Returns the value of attribute dependencies
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def dependencies @dependencies end |
#html_template_path ⇒ Object (readonly)
Returns the value of attribute html_template_path
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def html_template_path @html_template_path end |
#manifest_path ⇒ Object (readonly)
Returns the value of attribute manifest_path
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def manifest_path @manifest_path end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def output_path @output_path end |
#package_kind ⇒ Object (readonly)
Returns the value of attribute package_kind
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def package_kind @package_kind end |
#package_name ⇒ Object (readonly)
Returns the value of attribute package_name
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def package_name @package_name end |
#package_version ⇒ Object (readonly)
Returns the value of attribute package_version
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def package_version @package_version end |
#platform ⇒ Object (readonly)
Returns the value of attribute platform
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def platform @platform end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def profile @profile end |
#root_dir ⇒ Object (readonly)
Returns the value of attribute root_dir
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def root_dir @root_dir end |
#source_path ⇒ Object (readonly)
Returns the value of attribute source_path
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def source_path @source_path end |
#source_root ⇒ Object (readonly)
Returns the value of attribute source_root
26 27 28 |
# File 'lib/milk_tea/packages/manifest.rb', line 26 def source_root @source_root end |