class MonkeyShoulder::Models::Message

Included Modules

Defined in:

monkey_shoulder/models/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def arguments : Hash(String, JSON::Any) #

[View source]
def arguments=(arguments : Hash(String, JSON::Any)) #

[View source]
def class_name : String | Nil #

[View source]
def class_name=(class_name : String | Nil) #

[View source]
def entity_tag : String | Nil #

[View source]
def entity_tag=(entity_tag : String | Nil) #

[View source]
def method_name : String #

[View source]
def method_name=(method_name : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]