Class: Gaq::CommandLanguage::Command

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptorObject

Returns the value of attribute descriptor

Returns:

  • (Object)

    the current value of descriptor



54
55
56
# File 'lib/gaq/command_language.rb', line 54

def descriptor
  @descriptor
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



54
55
56
# File 'lib/gaq/command_language.rb', line 54

def name
  @name
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



54
55
56
# File 'lib/gaq/command_language.rb', line 54

def params
  @params
end

#tracker_nameObject

Returns the value of attribute tracker_name

Returns:

  • (Object)

    the current value of tracker_name



54
55
56
# File 'lib/gaq/command_language.rb', line 54

def tracker_name
  @tracker_name
end