Method: MotionAL::Asset#default_representation
- Defined in:
- lib/motional/asset.rb
#default_representation ⇒ MotionAL::Representation Also known as: rep, file, representation
Returns The default representation of the asset. A representation is an actual file.
152 153 154 |
# File 'lib/motional/asset.rb', line 152 def default_representation @default_representation ||= Representation.new(@asset, @al_asset.defaultRepresentation) end |