class

MinknowApi::Notifications::NotificationContent

Inherits Proto::Message < Proto::HasUnknownFields < Reference < Object

Constructors

decode(bytes : Bytes) : self

Decode a message from a raw byte slice.

Source
decode(io : IO) : self
Source
decode_partial(bytes : Bytes) : self
Source
decode_partial(io : IO) : self
Source

Instance methods

==(other : self) : Bool

Returns true if this reference is the same as other. Invokes same?.

Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
extra_data
Source
extra_data=(extra_data : Hash(String, String))
Source
notification_code
Source
notification_code=(notification_code : String)
Source
notification_text
Source
notification_text=(notification_text : String)
Source
type_
Source
type_=(type_ : Proto::OpenEnum(NotificationContent::Type))
Source

Nested types