Class: MilkTea::ProjectScaffold::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::ProjectScaffold::Result
- Defined in:
- lib/milk_tea/tooling/project_scaffold.rb
Instance Attribute Summary collapse
-
#entry_path ⇒ Object
readonly
Returns the value of attribute entry_path.
-
#manifest_path ⇒ Object
readonly
Returns the value of attribute manifest_path.
-
#package_name ⇒ Object
readonly
Returns the value of attribute package_name.
-
#root_path ⇒ Object
readonly
Returns the value of attribute root_path.
Instance Attribute Details
#entry_path ⇒ Object (readonly)
Returns the value of attribute entry_path
9 10 11 |
# File 'lib/milk_tea/tooling/project_scaffold.rb', line 9 def entry_path @entry_path end |
#manifest_path ⇒ Object (readonly)
Returns the value of attribute manifest_path
9 10 11 |
# File 'lib/milk_tea/tooling/project_scaffold.rb', line 9 def manifest_path @manifest_path end |
#package_name ⇒ Object (readonly)
Returns the value of attribute package_name
9 10 11 |
# File 'lib/milk_tea/tooling/project_scaffold.rb', line 9 def package_name @package_name end |
#root_path ⇒ Object (readonly)
Returns the value of attribute root_path
9 10 11 |
# File 'lib/milk_tea/tooling/project_scaffold.rb', line 9 def root_path @root_path end |