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
5 6 7 |
# File 'lib/whatthegem/commands.rb', line 5 def description @description end |
#handle ⇒ Object
Returns the value of attribute handle
5 6 7 |
# File 'lib/whatthegem/commands.rb', line 5 def handle @handle end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/whatthegem/commands.rb', line 5 def title @title end |