Class: Vhx::Video

Inherits:
VhxObject show all
Includes:
ApiOperations::Create, ApiOperations::List, ApiOperations::Request, ApiOperations::Update
Defined in:
lib/vhx/objects/video.rb

Defined Under Namespace

Classes: File

Constant Summary

Constants inherited from VhxObject

Vhx::VhxObject::ASSOCIATION_WHITELIST

Instance Method Summary collapse

Methods included from ApiOperations::List

included

Methods included from ApiOperations::Request

included

Methods included from ApiOperations::Update

included

Methods included from ApiOperations::Create

included

Methods inherited from VhxObject

#_embedded, #_links, #href, #initialize, #links, #to_hash, #to_json

Methods included from HelperMethods

#get_hypermedia, #get_klass

Constructor Details

This class inherits a constructor from Vhx::VhxObject

Instance Method Details

#files(payload = {}) ⇒ Object



8
9
10
# File 'lib/vhx/objects/video.rb', line 8

def files(payload = {})
  fetch_linked_association(@obj_hash, "files", payload)
end