Class: Gaq::CommandLanguage::CommandDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Gaq::CommandLanguage::CommandDescriptor
- Defined in:
- lib/gaq/command_language.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#name ⇒ Object
Returns the value of attribute name.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#sort_slot ⇒ Object
Returns the value of attribute sort_slot.
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier
9 10 11 |
# File 'lib/gaq/command_language.rb', line 9 def identifier @identifier end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/gaq/command_language.rb', line 9 def name @name end |
#signature ⇒ Object
Returns the value of attribute signature
9 10 11 |
# File 'lib/gaq/command_language.rb', line 9 def signature @signature end |
#sort_slot ⇒ Object
Returns the value of attribute sort_slot
9 10 11 |
# File 'lib/gaq/command_language.rb', line 9 def sort_slot @sort_slot end |