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
4 5 6 |
# File 'lib/typecast/composer.rb', line 4 def kind @kind end |
#seconds ⇒ Object
Returns the value of attribute seconds
4 5 6 |
# File 'lib/typecast/composer.rb', line 4 def seconds @seconds end |