Sha256: 40bd6794d5d5522bb1adeb918252c383bfd7447c4d0b002819df1cb4b9b1ab42
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
module Vhx class Video < VhxObject include Vhx::ApiOperations::Create include Vhx::ApiOperations::Request include Vhx::ApiOperations::List def files(payload = {}) fetch_linked_association(@obj_hash, "files", payload) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vhx-ruby-0.0.8 | lib/vhx/objects/video.rb |
vhx-ruby-0.0.7 | lib/vhx/objects/video.rb |