struct Octokit::Models::ProjectCard

Defined in:

octokit/models/projects.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, columns_url : String, content_url : String, id : Int64, note : String, creator : User, created_at : Time, updated_at : Time, node_id : String, archived : Bool, column_id : Union(Int64, Nil), project_id : Union(Int64, Nil), project_url : Union(String, Nil), column_name : Union(String, Nil), previous_column_name : Union(String, Nil)) #

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

Instance Method Detail

def archived : Bool #

def archived=(_archived : Bool) #

def column_id : Union(Int64, Nil) #

def column_id=(_column_id : Union(Int64, Nil)) #

def column_name : Union(String, Nil) #

def column_name=(_column_name : Union(String, Nil)) #

def columns_url : String #

def columns_url=(_columns_url : String) #

def content_url : String #

def content_url=(_content_url : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def creator : User #

def creator=(_creator : User) #

def id : Int64 #

def id=(_id : Int64) #

def node_id : String #

def node_id=(_node_id : String) #

def note : String #

def note=(_note : String) #

def previous_column_name : Union(String, Nil) #

def previous_column_name=(_previous_column_name : Union(String, Nil)) #

def project_id : Union(Int64, Nil) #

def project_id=(_project_id : Union(Int64, Nil)) #

def project_url : Union(String, Nil) #

def project_url=(_project_url : Union(String, Nil)) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #