struct TagPayload::Tagger

Included Modules

Defined in:

githubcr/payloads/tag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String | Nil = nil, email : String | Nil = nil, date : String | Nil = nil) #

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, email _email = @email, date _date = @date) #

[View source]
def date : String | Nil #

def email : String | Nil #

def name : String | Nil #