Class: CaptionCrunch::Track
- Inherits:
-
Object
- Object
- CaptionCrunch::Track
- Defined in:
- lib/caption_crunch/track.rb
Instance Attribute Summary collapse
-
#cues ⇒ Object
readonly
Returns the value of attribute cues.
Instance Method Summary collapse
-
#initialize ⇒ Track
constructor
A new instance of Track.
Constructor Details
#initialize ⇒ Track
Returns a new instance of Track.
5 6 7 |
# File 'lib/caption_crunch/track.rb', line 5 def initialize() @cues = [] end |
Instance Attribute Details
#cues ⇒ Object (readonly)
Returns the value of attribute cues.
3 4 5 |
# File 'lib/caption_crunch/track.rb', line 3 def cues @cues end |