Class: CaptionCrunch::Cue

Inherits:
Object
  • Object
show all
Defined in:
lib/caption_crunch/cue.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time.



3
4
5
# File 'lib/caption_crunch/cue.rb', line 3

def end_time
  @end_time
end

#payloadObject

Returns the value of attribute payload.



3
4
5
# File 'lib/caption_crunch/cue.rb', line 3

def payload
  @payload
end

#start_timeObject

Returns the value of attribute start_time.



3
4
5
# File 'lib/caption_crunch/cue.rb', line 3

def start_time
  @start_time
end