Class: Rsubtitle::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsubtitle/entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



2
3
4
# File 'lib/rsubtitle/entry.rb', line 2

def body
  @body
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



2
3
4
# File 'lib/rsubtitle/entry.rb', line 2

def duration
  @duration
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



2
3
4
# File 'lib/rsubtitle/entry.rb', line 2

def start
  @start
end