Class: Mxrb::CLI::Help::Command

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/cli/help.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exampleObject (readonly)

Returns the value of attribute example

Returns:

  • (Object)

    the current value of example



11
12
13
# File 'lib/mxrb/cli/help.rb', line 11

def example
  @example
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/mxrb/cli/help.rb', line 11

def name
  @name
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



11
12
13
# File 'lib/mxrb/cli/help.rb', line 11

def summary
  @summary
end

#usageObject (readonly)

Returns the value of attribute usage

Returns:

  • (Object)

    the current value of usage



11
12
13
# File 'lib/mxrb/cli/help.rb', line 11

def usage
  @usage
end