Class: Travis::CLI::Help::CommandGroup

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

Instance Attribute Summary collapse

Instance Attribute Details

#cmdsObject

Returns the value of attribute cmds

Returns:

  • (Object)

    the current value of cmds



8
9
10
# File 'lib/travis/cli/help.rb', line 8

def cmds
  @cmds
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



8
9
10
# File 'lib/travis/cli/help.rb', line 8

def header
  @header
end