Class: Vhx::Video
- 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
Methods included from ApiOperations::Request
Methods included from ApiOperations::Update
Methods included from ApiOperations::Create
Methods inherited from VhxObject
#_embedded, #_links, #href, #initialize, #links, #to_hash, #to_json
Methods included from HelperMethods
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 |