Class: Fop::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Fop::CLI::Options
- Defined in:
- lib/fop/cli.rb
Instance Attribute Summary collapse
-
#check ⇒ Object
Returns the value of attribute check.
-
#quiet ⇒ Object
Returns the value of attribute quiet.
-
#src ⇒ Object
Returns the value of attribute src.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#check ⇒ Object
Returns the value of attribute check
5 6 7 |
# File 'lib/fop/cli.rb', line 5 def check @check end |
#quiet ⇒ Object
Returns the value of attribute quiet
5 6 7 |
# File 'lib/fop/cli.rb', line 5 def quiet @quiet end |
#src ⇒ Object
Returns the value of attribute src
5 6 7 |
# File 'lib/fop/cli.rb', line 5 def src @src end |
#version ⇒ Object
Returns the value of attribute version
5 6 7 |
# File 'lib/fop/cli.rb', line 5 def version @version end |