Class: RBotKit::CommandCase

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

Instance Attribute Summary collapse

Instance Attribute Details

#cmdclassObject

Returns the value of attribute cmdclass

Returns:

  • (Object)

    the current value of cmdclass



48
49
50
# File 'lib/RBotKit.rb', line 48

def cmdclass
  @cmdclass
end

#cmdtextObject

Returns the value of attribute cmdtext

Returns:

  • (Object)

    the current value of cmdtext



48
49
50
# File 'lib/RBotKit.rb', line 48

def cmdtext
  @cmdtext
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



48
49
50
# File 'lib/RBotKit.rb', line 48

def state
  @state
end