struct Octokit::Models::AuthorizationUpdateRequest

Defined in:

octokit/models/authorizations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(scopes : Array(String), add_scopes : Array(String), remove_scopes : Array(String), note : String, note_url : String, fingerprint : String) #

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

Instance Method Detail

def add_scopes : Array(String) #

def add_scopes=(_add_scopes : Array(String)) #

def fingerprint : String #

def fingerprint=(_fingerprint : String) #

def note : String #

def note=(_note : String) #

def note_url : String #

def note_url=(_note_url : String) #

def remove_scopes : Array(String) #

def remove_scopes=(_remove_scopes : Array(String)) #

def scopes : Array(String) #

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

def to_json(json : JSON::Builder) #