Class: Typecast::TextPart
- Inherits:
-
Struct
- Object
- Struct
- Typecast::TextPart
- Defined in:
- lib/typecast/composer.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/typecast/composer.rb', line 7 def kind @kind end |
#text ⇒ Object
Returns the value of attribute text
7 8 9 |
# File 'lib/typecast/composer.rb', line 7 def text @text end |