Packages

Small HTTPoison based wrapper around PrintNode API.

Current section

Files

Jump to
ex_printnode lib print_node resources printer.ex
Raw

lib/print_node/resources/printer.ex

defmodule PrintNode.Resources.Printer do
@moduledoc """
Struct for PrintNode Printer resource
"""
defstruct [
:createTimestamp,
:name,
:description,
:id,
:capabilities,
:default,
:state,
:computer
]
end