struct Octokit::Models::ProjectColumn

Defined in:

octokit/models/projects.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, name : String, url : String, projects_url : String, cards_url : String, created_at : Time, updated_at : Time, node_id : String) #

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

Instance Method Detail

def cards_url : String #

def cards_url=(_cards_url : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

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 projects_url : String #

def projects_url=(_projects_url : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #