struct Octokit::Models::Project

Defined in:

octokit/models/projects.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, url : String, html_url : String, columns_url : String, name : String, body : String, number : Int32, state : String, created_at : Time, updated_at : Time, node_id : String, creator : User) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def columns_url : String #

def columns_url=(_columns_url : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def creator : User #

def creator=(_creator : User) #

def html_url : String #

def html_url=(_html_url : String) #

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 number : Int32 #

def number=(_number : Int32) #

def state : String #

def state=(_state : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #