Class: Moron::Command::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#chrootObject

Returns the value of attribute chroot

Returns:

  • (Object)

    the current value of chroot



11
12
13
# File 'lib/moron/command.rb', line 11

def chroot
  @chroot
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



11
12
13
# File 'lib/moron/command.rb', line 11

def verbose
  @verbose
end