Class: Bitmovin::Encoding::Manifests::VideoAdaptation
- Inherits:
-
Object
- Object
- Bitmovin::Encoding::Manifests::VideoAdaptation
- Defined in:
- lib/bitmovin/encoding/manifests/video_adaptation.rb
Instance Attribute Summary collapse
-
#manifest_id ⇒ Object
Returns the value of attribute manifest_id.
Instance Method Summary collapse
-
#initialize(manifest_id) ⇒ VideoAdaptation
constructor
A new instance of VideoAdaptation.
Constructor Details
#initialize(manifest_id) ⇒ VideoAdaptation
Returns a new instance of VideoAdaptation.
3 4 5 |
# File 'lib/bitmovin/encoding/manifests/video_adaptation.rb', line 3 def initialize(manifest_id) @manifest_id = manifest_id end |
Instance Attribute Details
#manifest_id ⇒ Object
Returns the value of attribute manifest_id.
6 7 8 |
# File 'lib/bitmovin/encoding/manifests/video_adaptation.rb', line 6 def manifest_id @manifest_id end |