struct Octokit::Models::Label

Defined in:

octokit/models/issue_labels.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, url : String, name : String, color : String, description : Union(String, Nil), default : Bool, node_id : String) #

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

Instance Method Detail

def color : String #

def color=(_color : String) #

def default : Bool #

def default=(_default : Bool) #

def description : Union(String, Nil) #

def description=(_description : Union(String, Nil)) #

def id : Int64 #

def id=(_id : Int64) #

def name : String #

def name=(_name : String) #

def node_id : String #

def node_id=(_node_id : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #