Class: Gaq::CommandLanguage::Command
- Inherits:
-
Struct
- Object
- Struct
- Gaq::CommandLanguage::Command
- Defined in:
- lib/gaq/command_language.rb
Instance Attribute Summary collapse
-
#descriptor ⇒ Object
Returns the value of attribute descriptor.
-
#name ⇒ Object
Returns the value of attribute name.
-
#params ⇒ Object
Returns the value of attribute params.
-
#tracker_name ⇒ Object
Returns the value of attribute tracker_name.
Instance Attribute Details
#descriptor ⇒ Object
Returns the value of attribute descriptor
54 55 56 |
# File 'lib/gaq/command_language.rb', line 54 def descriptor @descriptor end |
#name ⇒ Object
Returns the value of attribute name
54 55 56 |
# File 'lib/gaq/command_language.rb', line 54 def name @name end |
#params ⇒ Object
Returns the value of attribute params
54 55 56 |
# File 'lib/gaq/command_language.rb', line 54 def params @params end |
#tracker_name ⇒ Object
Returns the value of attribute tracker_name
54 55 56 |
# File 'lib/gaq/command_language.rb', line 54 def tracker_name @tracker_name end |