Class: CiInACan::Cli::StructureBuilder
- Inherits:
-
Object
- Object
- CiInACan::Cli::StructureBuilder
- Defined in:
- lib/ci_in_a_can/cli/structure_builder.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/ci_in_a_can/cli/structure_builder.rb', line 9 def id @id end |
#root ⇒ Object
Returns the value of attribute root.
9 10 11 |
# File 'lib/ci_in_a_can/cli/structure_builder.rb', line 9 def root @root end |
Instance Method Details
#create ⇒ Object
11 12 13 14 |
# File 'lib/ci_in_a_can/cli/structure_builder.rb', line 11 def create create_the_directories create_the_files end |