Class: Dracula::Command::Desc
- Inherits:
-
Struct
- Object
- Struct
- Dracula::Command::Desc
- Defined in:
- lib/dracula/command.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
permalink #description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/dracula/command.rb', line 4 def description @description end |
permalink #name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/dracula/command.rb', line 4 def name @name end |