Class: MilkTea::ProjectScaffold::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/project_scaffold.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entry_pathObject (readonly)

Returns the value of attribute entry_path

Returns:

  • (Object)

    the current value of entry_path



9
10
11
# File 'lib/milk_tea/tooling/project_scaffold.rb', line 9

def entry_path
  @entry_path
end

#manifest_pathObject (readonly)

Returns the value of attribute manifest_path

Returns:

  • (Object)

    the current value of manifest_path



9
10
11
# File 'lib/milk_tea/tooling/project_scaffold.rb', line 9

def manifest_path
  @manifest_path
end

#package_nameObject (readonly)

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



9
10
11
# File 'lib/milk_tea/tooling/project_scaffold.rb', line 9

def package_name
  @package_name
end

#root_pathObject (readonly)

Returns the value of attribute root_path

Returns:

  • (Object)

    the current value of root_path



9
10
11
# File 'lib/milk_tea/tooling/project_scaffold.rb', line 9

def root_path
  @root_path
end