Class: Dry::CLI::Autocomplete::SpecBuilder::Node

Inherits:
Data
  • Object
show all
Defined in:
lib/dry/cli/autocomplete/spec_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



27
28
29
# File 'lib/dry/cli/autocomplete/spec_builder.rb', line 27

def arguments
  @arguments
end

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



27
28
29
# File 'lib/dry/cli/autocomplete/spec_builder.rb', line 27

def children
  @children
end

#descObject (readonly)

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



27
28
29
# File 'lib/dry/cli/autocomplete/spec_builder.rb', line 27

def desc
  @desc
end

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



27
28
29
# File 'lib/dry/cli/autocomplete/spec_builder.rb', line 27

def options
  @options
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



27
28
29
# File 'lib/dry/cli/autocomplete/spec_builder.rb', line 27

def path
  @path
end