Skip to content

GistChangeStatusJsonConverter

[Source]

Converts a JSON object representing a gist commit's change_status into a GistChangeStatus.

primitive val GistChangeStatusJsonConverter is
  JsonConverter[GistChangeStatus val] val

Implements


Constructors

create

[Source]

new val create()
: GistChangeStatusJsonConverter val^

Returns


Public Functions

apply

[Source]

fun box apply(
  json: JsonNav val,
  creds: Credentials val)
: GistChangeStatus val ?

Parameters

Returns


eq

[Source]

fun box eq(
  that: GistChangeStatusJsonConverter val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: GistChangeStatusJsonConverter val)
: Bool val

Parameters

Returns