struct RefPatchPayload

Included Modules

Defined in:

githubcr/payloads/reference.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sha : String, force : Bool | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(sha _sha = @sha, force _force = @force) #

[View source]
def force : Bool | Nil #

def sha : String #