struct Athena::Mercure::Update

Defined in:

update.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(topics : String | Array(String), data : String = "", private __arg0 : Bool = false, id : String | Nil = nil, type : String | Nil = nil, retry : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def data : String #

[View source]
def id : String | Nil #

[View source]
def private? : Bool #

[View source]
def retry : Int32 | Nil #

[View source]
def topics : Array(String) #

[View source]
def type : String | Nil #

[View source]