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



5
6
7
# File 'lib/typecast/composer.rb', line 5

def kind
  @kind
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'lib/typecast/composer.rb', line 5

def text
  @text
end