Class: Vivlio::Starter::Scaffolder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/vivlio/starter/scaffolder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



102
103
104
# File 'lib/vivlio/starter/scaffolder.rb', line 102

def config_path
  @config_path
end

#copy_listObject

Returns the value of attribute copy_list

Returns:

  • (Object)

    the current value of copy_list



102
103
104
# File 'lib/vivlio/starter/scaffolder.rb', line 102

def copy_list
  @copy_list
end

#destObject

Returns the value of attribute dest

Returns:

  • (Object)

    the current value of dest



102
103
104
# File 'lib/vivlio/starter/scaffolder.rb', line 102

def dest
  @dest
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



102
103
104
# File 'lib/vivlio/starter/scaffolder.rb', line 102

def name
  @name
end

#scaffold_rootObject

Returns the value of attribute scaffold_root

Returns:

  • (Object)

    the current value of scaffold_root



102
103
104
# File 'lib/vivlio/starter/scaffolder.rb', line 102

def scaffold_root
  @scaffold_root
end

#vivliostyle_config_pathObject

Returns the value of attribute vivliostyle_config_path

Returns:

  • (Object)

    the current value of vivliostyle_config_path



102
103
104
# File 'lib/vivlio/starter/scaffolder.rb', line 102

def vivliostyle_config_path
  @vivliostyle_config_path
end