struct Octokit::Models::ProjectOptions

Defined in:

octokit/models/projects.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, body : String, state : String, organization_permission : String, public : Bool) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def name : String #

def name=(_name : String) #

def organization_permission : String #

def organization_permission=(_organization_permission : String) #

def public : Bool #

def public=(_public : Bool) #

def state : String #

def state=(_state : String) #

def to_json(json : JSON::Builder) #