Class: Gaq::CommandLanguage::CommandDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/gaq/command_language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



9
10
11
# File 'lib/gaq/command_language.rb', line 9

def identifier
  @identifier
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/gaq/command_language.rb', line 9

def name
  @name
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



9
10
11
# File 'lib/gaq/command_language.rb', line 9

def signature
  @signature
end

#sort_slotObject

Returns the value of attribute sort_slot

Returns:

  • (Object)

    the current value of sort_slot



9
10
11
# File 'lib/gaq/command_language.rb', line 9

def sort_slot
  @sort_slot
end