Class: CICI::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



15
16
17
# File 'lib/cici/cli.rb', line 15

def debug
  @debug
end

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



15
16
17
# File 'lib/cici/cli.rb', line 15

def help
  @help
end

#setObject

Returns the value of attribute set

Returns:

  • (Object)

    the current value of set



15
16
17
# File 'lib/cici/cli.rb', line 15

def set
  @set
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



15
16
17
# File 'lib/cici/cli.rb', line 15

def verbose
  @verbose
end