struct InstallationTokenPayload::Permissions

Included Modules

Defined in:

githubcr/payloads/installation_token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(issues : String, contents : String) #

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

[View source]

Instance Method Detail

def clone #

[View source]
def contents : String #

def copy_with(issues _issues = @issues, contents _contents = @contents) #

[View source]
def issues : String #