struct Octokit::Models::CreateRefRequest

Defined in:

octokit/models/git_refs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref : String, sha : String) #

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

Instance Method Detail

def ref : String #

def ref=(_ref : String) #

def sha : String #

def sha=(_sha : String) #

def to_json(json : JSON::Builder) #