Packages

Elixir client for the Heroku status API

Current section

Files

Jump to
status_ku lib status_ku models issue.ex
Raw

lib/status_ku/models/issue.ex

defmodule StatusKu.Model.Issue do
defstruct [:created_at, :full_url, :href, :id, :resolved, :status_dev,
:status_prod, :title, :upcoming, :updated_at, :updates]
end