Class: EhbrsRubyUtils::Videos2::Unsupported::Track
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- EhbrsRubyUtils::Videos2::Unsupported::Track
- Includes:
- CheckSupport
- Defined in:
- lib/ehbrs_ruby_utils/videos2/unsupported/track.rb
Instance Attribute Summary collapse
-
#video ⇒ Object
readonly
Returns the value of attribute video.
Instance Method Summary collapse
- #banner ⇒ Object
- #check_set_key ⇒ Object
-
#initialize(video, track) ⇒ Track
constructor
A new instance of Track.
Methods included from CheckSupport
#aggressions_banner, #ffmpeg_fix_args, #passed?
Constructor Details
#initialize(video, track) ⇒ Track
Returns a new instance of Track.
15 16 17 18 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/track.rb', line 15 def initialize(video, track) @video = video super(track) end |
Instance Attribute Details
#video ⇒ Object (readonly)
Returns the value of attribute video.
13 14 15 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/track.rb', line 13 def video @video end |
Instance Method Details
#banner ⇒ Object
20 21 22 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/track.rb', line 20 def ("Track #{self}") end |
#check_set_key ⇒ Object
24 25 26 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/track.rb', line 24 def check_set_key :track_check_set end |