Class: Typecast::TextPart

Inherits:
Struct
  • Object
show all
Defined in:
lib/typecast/composer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/typecast/composer.rb', line 7

def kind
  @kind
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



7
8
9
# File 'lib/typecast/composer.rb', line 7

def text
  @text
end