Class: CaptionCrunch::Cue
- Inherits:
-
Object
- Object
- CaptionCrunch::Cue
- Defined in:
- lib/caption_crunch/cue.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time.
3 4 5 |
# File 'lib/caption_crunch/cue.rb', line 3 def end_time @end_time end |
#payload ⇒ Object
Returns the value of attribute payload.
3 4 5 |
# File 'lib/caption_crunch/cue.rb', line 3 def payload @payload end |
#start_time ⇒ Object
Returns the value of attribute start_time.
3 4 5 |
# File 'lib/caption_crunch/cue.rb', line 3 def start_time @start_time end |