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