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.
13 14 15 16 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/track.rb', line 13 def initialize(video, track) @video = video super(track) end |
Instance Attribute Details
#video ⇒ Object (readonly)
Returns the value of attribute video.
11 12 13 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/track.rb', line 11 def video @video end |
Instance Method Details
#banner ⇒ Object
18 19 20 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/track.rb', line 18 def ("Track #{self}") end |
#check_set_key ⇒ Object
22 23 24 |
# File 'lib/ehbrs_ruby_utils/videos2/unsupported/track.rb', line 22 def check_set_key :track_check_set end |