Class: Storyboard::SRT::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/storyboard/subtitles.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



87
88
89
# File 'lib/storyboard/subtitles.rb', line 87

def end_time
  @end_time
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



87
88
89
# File 'lib/storyboard/subtitles.rb', line 87

def index
  @index
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



87
88
89
# File 'lib/storyboard/subtitles.rb', line 87

def lines
  @lines
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



87
88
89
# File 'lib/storyboard/subtitles.rb', line 87

def start_time
  @start_time
end