Class: Highlights::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Highlights::CLI::Options
- Defined in:
- lib/highlights/cli.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
3 4 5 |
# File 'lib/highlights/cli.rb', line 3 def filename @filename end |
#output ⇒ Object
Returns the value of attribute output
3 4 5 |
# File 'lib/highlights/cli.rb', line 3 def output @output end |