struct TagPayload

Included Modules

Defined in:

githubcr/payloads/tag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : String, message : String, object : String, type : String, tagger : TagPayload::Tagger | Nil = nil) #

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(tag _tag = @tag, message _message = @message, object _object = @object, type _type = @type, tagger _tagger = @tagger) #

[View source]
def message : String #

def object : String #

def tag : String #

def tagger : TagPayload::Tagger | Nil #

def type : String #