Class: WhatTheGem::Command::Meta
- Defined in:
- lib/whatthegem/commands.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
6 7 8 |
# File 'lib/whatthegem/commands.rb', line 6 def description @description end |
#handle ⇒ Object
Returns the value of attribute handle
6 7 8 |
# File 'lib/whatthegem/commands.rb', line 6 def handle @handle end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/whatthegem/commands.rb', line 6 def title @title end |