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