6 lines
137 B
Ruby
6 lines
137 B
Ruby
class SerializableFileInfo < JSONAPI::Serializable::Resource
|
|
type 'file_info'
|
|
|
|
attributes :filename, :content_type, :byte_size
|
|
end
|