Class: Moron::Command::Options
- Inherits:
-
Struct
- Object
- Struct
- Moron::Command::Options
- Defined in:
- lib/moron/command.rb
Instance Attribute Summary collapse
-
#chroot ⇒ Object
Returns the value of attribute chroot.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#chroot ⇒ Object
Returns the value of attribute chroot
11 12 13 |
# File 'lib/moron/command.rb', line 11 def chroot @chroot end |
#verbose ⇒ Object
Returns the value of attribute verbose
11 12 13 |
# File 'lib/moron/command.rb', line 11 def verbose @verbose end |