struct Octokit::Models::RepositoryDeployKey

Defined in:

octokit/models/repos.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, key : String, url : String, title : String, verified : Bool, created_at : Time, read_only : Bool) #

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

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def id : Int32 #

def id=(_id : Int32) #

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) #

def verified : Bool #

def verified=(_verified : Bool) #