class Payload

Overview

Payload content is what the remote hook server gives us. It describes data we could use to find which command we should use. Properties:

Defined in:

payload.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(req : HTTP::Request) #

[View source]

Instance Method Detail

def content : String #

payload content (body)


[View source]
def kind : String #

kind of payload.


[View source]
def project : String #

namespace of given project. Example: blankoworld/gachette


[View source]
def secret : String #

special secret from project


[View source]