Class: Telm::Core::Rendering::Cell

Inherits:
Struct
  • Object
show all
Defined in:
lib/telm/core/rendering.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



13
14
15
# File 'lib/telm/core/rendering.rb', line 13

def kind
  @kind
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



13
14
15
# File 'lib/telm/core/rendering.rb', line 13

def meta
  @meta
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



13
14
15
# File 'lib/telm/core/rendering.rb', line 13

def value
  @value
end