Class: Highlights::CLI::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



3
4
5
# File 'lib/highlights/cli.rb', line 3

def filename
  @filename
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



3
4
5
# File 'lib/highlights/cli.rb', line 3

def output
  @output
end