struct Octokit::Models::CodeOfConduct

Defined in:

octokit/models/misc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, key : String, url : String, body : String) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def key : String #

def key=(_key : String) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #