struct Octokit::Models::AuthorizationApp

Defined in:

octokit/models/authorizations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, name : String, client_id : String) #

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

Instance Method Detail

def client_id : String #

def client_id=(_client_id : String) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #