Packages

A JSON Feed implementation in Elixir

Current section

Files

Jump to
json_feed lib attachment.ex
Raw

lib/attachment.ex

defmodule Attachment do
defstruct [
url: nil,
mime_type: nil,
title: nil,
size_in_bytes: nil,
duration_in_seconds: nil,
]
end