Class: Gemma::Options::ExtractResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemma/options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentString?

Returns the current value of argument.

Returns:

  • (String, nil)

    the current value of argument



11
12
13
# File 'lib/gemma/options.rb', line 11

def argument
  @argument
end

#remaining_optionsArray<String>

Returns the current value of remaining_options.

Returns:

  • (Array<String>)

    the current value of remaining_options



11
12
13
# File 'lib/gemma/options.rb', line 11

def remaining_options
  @remaining_options
end