Class: Telm::Core::Rendering::Cell
- Inherits:
-
Struct
- Object
- Struct
- Telm::Core::Rendering::Cell
- Defined in:
- lib/telm/core/rendering.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
13 14 15 |
# File 'lib/telm/core/rendering.rb', line 13 def kind @kind end |
#meta ⇒ Object
Returns the value of attribute meta
13 14 15 |
# File 'lib/telm/core/rendering.rb', line 13 def @meta end |
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/telm/core/rendering.rb', line 13 def value @value end |