struct Athena::Mercure::Update
- Athena::Mercure::Update
- Struct
- Value
- Object
Defined in:
update.crConstructors
Instance Method Summary
- #data : String
- #id : String | Nil
- #private? : Bool
- #retry : Int32 | Nil
- #topics : Array(String)
- #type : String | Nil
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)
#