Class: WCC::Media::Playlist
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#_links, #id, #initialize, #legacy_id
Methods included from ActiveRecordShim
Methods included from Cacheable
Constructor Details
This class inherits a constructor from WCC::Media::Base
Instance Method Details
#messages ⇒ Object
24 25 26 |
# File 'lib/wcc/media/playlist.rb', line 24 def (raw['messages'] || []).map { |val| WCC::Media::Message.new(val) } end |