Class: Mkdirs::Spec
- Inherits:
-
Struct
- Object
- Struct
- Mkdirs::Spec
- Defined in:
- lib/mkdirs.rb
Instance Attribute Summary collapse
-
#cmd ⇒ Object
Returns the value of attribute cmd.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#cmd ⇒ Object
Returns the value of attribute cmd
10 11 12 |
# File 'lib/mkdirs.rb', line 10 def cmd @cmd end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/mkdirs.rb', line 10 def path @path end |