Sha256: 8d34787ac9457c69665dd7324bce980174b9bbc5efe31eb6af910079dd1d991e
Contents?: true
Size: 298 Bytes
Versions: 3
Compression:
Stored size: 298 Bytes
Contents
module Vhx class Video < VhxObject include Vhx::ApiOperations::Create include Vhx::ApiOperations::Update include Vhx::ApiOperations::Request include Vhx::ApiOperations::List def files(payload = {}) fetch_linked_association(@obj_hash, "files", payload) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vhx-ruby-0.0.12 | lib/vhx/objects/video.rb |
vhx-ruby-0.0.10 | lib/vhx/objects/video.rb |
vhx-ruby-0.0.9 | lib/vhx/objects/video.rb |