Class: YoutubeSpeedStream::YoutubeRange
- Inherits:
-
Range
- Object
- Range
- YoutubeSpeedStream::YoutubeRange
- Defined in:
- lib/youtube_speed_stream.rb
Instance Attribute Summary collapse
- #begin ⇒ Object
-
#file_offset ⇒ Object
Returns the value of attribute file_offset.
Instance Method Summary collapse
Instance Attribute Details
#begin ⇒ Object
8 9 10 |
# File 'lib/youtube_speed_stream.rb', line 8 def begin @begin or orig_begin end |
#file_offset ⇒ Object
Returns the value of attribute file_offset.
5 6 7 |
# File 'lib/youtube_speed_stream.rb', line 5 def file_offset @file_offset end |
Instance Method Details
#orig_begin ⇒ Object
7 |
# File 'lib/youtube_speed_stream.rb', line 7 alias_method :orig_begin, :begin |