class Cable::Payload

Defined in:

cable/payload.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(json : String) #

[View source]

Instance Method Detail

def action : String #

[View source]
def action? : Bool #

[View source]
def channel : String | Nil #

[View source]
def channel_params : Hash(String, Cable::Payload::RESULT) #

[View source]
def command : String | Nil #

[View source]
def data : Hash(String, Cable::Payload::RESULT) #

[View source]
def identifier : String #

[View source]
def json : String #

[View source]