struct

Octokit::Models::App

Inherits Struct < Value < Object

Constructors

new(id : Int64, node_id : String, owner : User, name : String, description : String, external_url : String, html_url : String, created_at : Time, updated_at : String)
new(__temp_879 : JSON::PullParser)

Instance methods

created_at
created_at=(_created_at : Time)
description
description=(_description : String)
external_url
external_url=(_external_url : String)
html_url
html_url=(_html_url : String)
id
id=(_id : Int64)
name
name=(_name : String)
node_id
node_id=(_node_id : String)
owner
owner=(_owner : User)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : String)