struct Octokit::Models::App

Defined in:

octokit/models/apps.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, node_id : String, owner : User, name : String, description : String, external_url : String, html_url : String, created_at : Time, updated_at : String) #

def self.new(__temp_384 : JSON::PullParser) #

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def description : String #

def description=(_description : String) #

def external_url : String #

def external_url=(_external_url : String) #

def html_url : String #

def html_url=(_html_url : String) #

def id : Int64 #

def id=(_id : Int64) #

def name : String #

def name=(_name : String) #

def node_id : String #

def node_id=(_node_id : String) #

def owner : User #

def owner=(_owner : User) #

def to_json(json : JSON::Builder) #

def updated_at : String #

def updated_at=(_updated_at : String) #