Class: Storyboard::SRT::Page
- Defined in:
- lib/storyboard/subtitles.rb
Instance Attribute Summary collapse
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#index ⇒ Object
Returns the value of attribute index.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ Object
Returns the value of attribute end_time
87 88 89 |
# File 'lib/storyboard/subtitles.rb', line 87 def end_time @end_time end |
#index ⇒ Object
Returns the value of attribute index
87 88 89 |
# File 'lib/storyboard/subtitles.rb', line 87 def index @index end |
#lines ⇒ Object
Returns the value of attribute lines
87 88 89 |
# File 'lib/storyboard/subtitles.rb', line 87 def lines @lines end |
#start_time ⇒ Object
Returns the value of attribute start_time
87 88 89 |
# File 'lib/storyboard/subtitles.rb', line 87 def start_time @start_time end |