Sha256: e78252b6edf31d7d64036ec7bd8859ddf466ce291c636cae85ecfc546d949288
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
require 'roar/representer' require 'roar/representer/json' require 'roar/representer/feature/hypermedia' module PRX module Representer module Full module AudioFileRepresenter include Roar::Representer::JSON include Roar::Representer::Feature::Hypermedia property :id property :label property :attach_file property :content_type property :size property :status property :length end end end end
Version data entries
4 entries across 4 versions & 1 rubygems