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]

Converts a JSON object into a GistChangeStatus.

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