class Mappings::InjectionResetCompleteMessage

Overview

A message sent when an injection reset request has completed.

Defined in:

bindings/mappings.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(c_data : LibHermes::CInjectionResetCompleteMessage) #

[View source]
def self.new(data) #

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

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


def data : DataType #

def data=(data : DataType) #

def request_id #

[View source]
def to_unsafe #

[View source]

Macro Detail

macro method_missing(call) #