class Message::Patch

Included Modules

Defined in:

message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(before : Entry | Nil, after : Entry | Nil) #

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

[View source]

Instance Method Detail

def after : Entry | Nil #

[View source]
def after=(after : Entry | Nil) #

[View source]
def before : Entry | Nil #

[View source]
def before=(before : Entry | Nil) #

[View source]