Class: Huebot::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Huebot::CLI::Options
- Defined in:
- lib/huebot/cli/cli.rb
Overview
Struct for storing cli options and program files.
Instance Attribute Summary collapse
-
#bot_waiter ⇒ Object
Returns the value of attribute bot_waiter.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#inputs ⇒ Array<String>
The current value of inputs.
-
#no_device_check ⇒ Object
Returns the value of attribute no_device_check.
-
#read_stdin ⇒ Object
Returns the value of attribute read_stdin.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdin ⇒ Object
Returns the value of attribute stdin.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#bot_waiter ⇒ Object
Returns the value of attribute bot_waiter
11 12 13 |
# File 'lib/huebot/cli/cli.rb', line 11 def bot_waiter @bot_waiter end |
#debug ⇒ Object
Returns the value of attribute debug
11 12 13 |
# File 'lib/huebot/cli/cli.rb', line 11 def debug @debug end |
#inputs ⇒ Array<String>
Returns the current value of inputs.
11 12 13 |
# File 'lib/huebot/cli/cli.rb', line 11 def inputs @inputs end |
#no_device_check ⇒ Object
Returns the value of attribute no_device_check
11 12 13 |
# File 'lib/huebot/cli/cli.rb', line 11 def no_device_check @no_device_check end |
#read_stdin ⇒ Object
Returns the value of attribute read_stdin
11 12 13 |
# File 'lib/huebot/cli/cli.rb', line 11 def read_stdin @read_stdin end |
#stderr ⇒ Object
Returns the value of attribute stderr
11 12 13 |
# File 'lib/huebot/cli/cli.rb', line 11 def stderr @stderr end |
#stdin ⇒ Object
Returns the value of attribute stdin
11 12 13 |
# File 'lib/huebot/cli/cli.rb', line 11 def stdin @stdin end |
#stdout ⇒ Object
Returns the value of attribute stdout
11 12 13 |
# File 'lib/huebot/cli/cli.rb', line 11 def stdout @stdout end |