Class: APIBuilder::DSL::OP
- Inherits:
-
Struct
- Object
- Struct
- APIBuilder::DSL::OP
- Defined in:
- bin/minecraftctlserver
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
97 98 99 |
# File 'bin/minecraftctlserver', line 97 def block @block end |
#description ⇒ Object
Returns the value of attribute description
97 98 99 |
# File 'bin/minecraftctlserver', line 97 def description @description end |
#name ⇒ Object
Returns the value of attribute name
97 98 99 |
# File 'bin/minecraftctlserver', line 97 def name @name end |