struct RefPayload

Included Modules

Defined in:

githubcr/payloads/reference.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(ref _ref = @ref, sha _sha = @sha) #

[View source]
def ref : String #

def sha : String #