Sha256: 940fd87fd3770cfce26ab9f699463c5ffd0c46cbe9f72d3de87e49e78fdb5806

Contents?: true

Size: 311 Bytes

Versions: 4

Compression:

Stored size: 311 Bytes

Contents

class Subber::Subtitle
  attr_reader :counter
  attr_reader :start_time
  attr_reader :end_time
  attr_reader :content

  def initialize(attributes)
    @counter = attributes[:counter]
    @start_time = attributes[:start_time]
    @end_time = attributes[:end_time]
    @content = attributes[:content]
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
subber-0.1.4 lib/subber/subtitle.rb
subber-0.1.3 lib/subber/subtitle.rb
subber-0.1.2 lib/subber/subtitle.rb
subber-0.1.1 lib/subber/subtitle.rb