struct Octokit::Models::ProjectCardOptions

Defined in:

octokit/models/projects.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(note : String, content_id : Int64, content_type : String, archived : Bool) #

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

Instance Method Detail

def archived : Bool #

def archived=(_archived : Bool) #

def content_id : Int64 #

def content_id=(_content_id : Int64) #

def content_type : String #

def content_type=(_content_type : String) #

def note : String #

def note=(_note : String) #

def to_json(json : JSON::Builder) #