Sha256: 2de6e7ea92c6368b734e18b497762544f37dd6fde894be2549f4b4c3abd8ffc9

Contents?: true

Size: 270 Bytes

Versions: 6

Compression:

Stored size: 270 Bytes

Contents

require 'yt/annotations/base'

module Yt
  module Annotations
    # A Pause annotation is like a Note annotation with start/end time,
    # but cannot have a link or text.
    class Pause < Note
    private
      def to_link(url)
        nil
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yt-annotations-2.0.0 lib/yt/annotations/pause.rb
yt-annotations-1.4.2 lib/yt/annotations/pause.rb
yt-annotations-1.4.1 lib/yt/annotations/pause.rb
yt-annotations-1.4.0 lib/yt/annotations/pause.rb
yt-annotations-1.3.2 lib/yt/annotations/pause.rb
yt-annotations-1.3.1 lib/yt/annotations/pause.rb