Class: Rbxl::Cell
- Inherits:
-
Struct
- Object
- Struct
- Rbxl::Cell
- Defined in:
- lib/rbxl/cell.rb
Instance Attribute Summary collapse
-
#coordinate ⇒ Object
Returns the value of attribute coordinate.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#coordinate ⇒ Object
Returns the value of attribute coordinate
2 3 4 |
# File 'lib/rbxl/cell.rb', line 2 def coordinate @coordinate end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/rbxl/cell.rb', line 2 def value @value end |