struct Octokit::Models::Milestone

Defined in:

octokit/models/issue_milestones.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, html_url : String, labels_url : String, id : Int64, number : Int32, state : String, title : String, description : Union(String, Nil), creator : User, open_issues : Int32, closed_issues : Int32, created_at : Time, updated_at : Time, closed_at : Union(String, Nil), due_on : Union(String, Nil), node_id : String) #

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

Instance Method Detail

def closed_at : Union(String, Nil) #

def closed_at=(_closed_at : Union(String, Nil)) #

def closed_issues : Int32 #

def closed_issues=(_closed_issues : Int32) #

def created_at : Time #

def created_at=(_created_at : Time) #

def creator : User #

def creator=(_creator : User) #

def description : Union(String, Nil) #

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

def due_on : Union(String, Nil) #

def due_on=(_due_on : Union(String, Nil)) #

def html_url : String #

def html_url=(_html_url : String) #

def id : Int64 #

def id=(_id : Int64) #

def labels_url : String #

def labels_url=(_labels_url : String) #

def node_id : String #

def node_id=(_node_id : String) #

def number : Int32 #

def number=(_number : Int32) #

def open_issues : Int32 #

def open_issues=(_open_issues : Int32) #

def state : String #

def state=(_state : String) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #