Class: M3u8::DiscontinuityItem
- Inherits:
-
Object
- Object
- M3u8::DiscontinuityItem
- Defined in:
- lib/m3u8/discontinuity_item.rb
Overview
DiscontinuityItem represents a EXT-X-DISCONTINUITY tag to indicate a discontinuity between the SegmentItems that proceed and follow it.
Instance Attribute Summary collapse
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Method Summary collapse
Instance Attribute Details
#tag ⇒ Object
Returns the value of attribute tag.
6 7 8 |
# File 'lib/m3u8/discontinuity_item.rb', line 6 def tag @tag end |
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/m3u8/discontinuity_item.rb', line 8 def to_s "#EXT-X-DISCONTINUITY\n" end |