struct ContentAttachmentPayload

Included Modules

Defined in:

githubcr/payloads/oauth_app.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, body : String) #

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

[View source]

Instance Method Detail

def body : String #

def clone #

[View source]
def copy_with(title _title = @title, body _body = @body) #

[View source]
def title : String #