Class: RBotKit::CommandCase
- Inherits:
-
Struct
- Object
- Struct
- RBotKit::CommandCase
- Defined in:
- lib/RBotKit.rb
Instance Attribute Summary collapse
-
#cmdclass ⇒ Object
Returns the value of attribute cmdclass.
-
#cmdtext ⇒ Object
Returns the value of attribute cmdtext.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#cmdclass ⇒ Object
Returns the value of attribute cmdclass
48 49 50 |
# File 'lib/RBotKit.rb', line 48 def cmdclass @cmdclass end |
#cmdtext ⇒ Object
Returns the value of attribute cmdtext
48 49 50 |
# File 'lib/RBotKit.rb', line 48 def cmdtext @cmdtext end |
#state ⇒ Object
Returns the value of attribute state
48 49 50 |
# File 'lib/RBotKit.rb', line 48 def state @state end |