Class: Huebot::CLI::Options

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

Overview

Struct for storing cli options and program files.

Instance Attribute Summary collapse

Instance Attribute Details

#inputsArray<String>

Returns the current value of inputs.

Returns:

  • (Array<String>)

    the current value of inputs



11
12
13
# File 'lib/huebot/cli.rb', line 11

def inputs
  @inputs
end

#read_stdinObject

Returns the value of attribute read_stdin

Returns:

  • (Object)

    the current value of read_stdin



11
12
13
# File 'lib/huebot/cli.rb', line 11

def read_stdin
  @read_stdin
end