struct Octokit::Models::Grant

Defined in:

octokit/models/authorizations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, url : String, app : AuthorizationApp, created_at : Time, updated_at : Time, scopes : Array(String)) #

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

Instance Method Detail

def app : AuthorizationApp #

def app=(_app : AuthorizationApp) #

def created_at : Time #

def created_at=(_created_at : Time) #

def id : Int64 #

def id=(_id : Int64) #

def scopes : Array(String) #

def scopes=(_scopes : Array(String)) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #