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