struct Octokit::Models::Key

Defined in:

octokit/models/user_keys.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, key : String, url : String, title : String, read_only : Bool) #

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

Instance Method Detail

def id : Int64 #

def id=(_id : Int64) #

def key : String #

def key=(_key : String) #

def read_only : Bool #

def read_only=(_read_only : Bool) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #