Class: APIBuilder::DSL::OP

Inherits:
Struct
  • Object
show all
Defined in:
bin/minecraftctlserver

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



97
98
99
# File 'bin/minecraftctlserver', line 97

def block
  @block
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



97
98
99
# File 'bin/minecraftctlserver', line 97

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



97
98
99
# File 'bin/minecraftctlserver', line 97

def name
  @name
end