Class: Vivlio::Starter::Scaffolder::Result
- Inherits:
-
Struct
- Object
- Struct
- Vivlio::Starter::Scaffolder::Result
- Defined in:
- lib/vivlio/starter/scaffolder.rb
Instance Attribute Summary collapse
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#copy_list ⇒ Object
Returns the value of attribute copy_list.
-
#dest ⇒ Object
Returns the value of attribute dest.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scaffold_root ⇒ Object
Returns the value of attribute scaffold_root.
-
#vivliostyle_config_path ⇒ Object
Returns the value of attribute vivliostyle_config_path.
Instance Attribute Details
#config_path ⇒ Object
Returns the value of attribute config_path
102 103 104 |
# File 'lib/vivlio/starter/scaffolder.rb', line 102 def config_path @config_path end |
#copy_list ⇒ Object
Returns the value of attribute copy_list
102 103 104 |
# File 'lib/vivlio/starter/scaffolder.rb', line 102 def copy_list @copy_list end |
#dest ⇒ Object
Returns the value of attribute dest
102 103 104 |
# File 'lib/vivlio/starter/scaffolder.rb', line 102 def dest @dest end |
#name ⇒ Object
Returns the value of attribute name
102 103 104 |
# File 'lib/vivlio/starter/scaffolder.rb', line 102 def name @name end |
#scaffold_root ⇒ Object
Returns the value of attribute scaffold_root
102 103 104 |
# File 'lib/vivlio/starter/scaffolder.rb', line 102 def scaffold_root @scaffold_root end |
#vivliostyle_config_path ⇒ Object
Returns the value of attribute vivliostyle_config_path
102 103 104 |
# File 'lib/vivlio/starter/scaffolder.rb', line 102 def vivliostyle_config_path @vivliostyle_config_path end |