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



10
11
12
# File 'lib/travis/cli/help.rb', line 10

def cmds
  @cmds
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



10
11
12
# File 'lib/travis/cli/help.rb', line 10

def header
  @header
end