Class: Bitmovin::Encoding::Manifests::DashRepresentations

Inherits:
Object
  • Object
show all
Defined in:
lib/bitmovin/encoding/manifests/dash_representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_idObject

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