Class: WhatTheGem::Command::Meta

Inherits:
Struct
  • Object
show all
Defined in:
lib/whatthegem/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



6
7
8
# File 'lib/whatthegem/commands.rb', line 6

def description
  @description
end

#handleObject

Returns the value of attribute handle

Returns:

  • (Object)

    the current value of handle



6
7
8
# File 'lib/whatthegem/commands.rb', line 6

def handle
  @handle
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/whatthegem/commands.rb', line 6

def title
  @title
end