Class: Mkdirs::Spec

Inherits:
Struct
  • Object
show all
Defined in:
lib/mkdirs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cmdObject

Returns the value of attribute cmd

Returns:

  • (Object)

    the current value of cmd



10
11
12
# File 'lib/mkdirs.rb', line 10

def cmd
  @cmd
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/mkdirs.rb', line 10

def path
  @path
end