Class: Rbxl::Cell

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

Instance Attribute Summary collapse

Instance Attribute Details

#coordinateObject

Returns the value of attribute coordinate

Returns:

  • (Object)

    the current value of coordinate



2
3
4
# File 'lib/rbxl/cell.rb', line 2

def coordinate
  @coordinate
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2
3
4
# File 'lib/rbxl/cell.rb', line 2

def value
  @value
end