class DriverSpecs::StatusHelper

Defined in:

placeos-driver/driver-specs/status_helper.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(module_id : String) #

[View source]

Instance Method Detail

def [](key) #

returns the current value of a status value and raises if it does not exist


[View source]
def []=(key, value) #

Expose a status key to other mock drivers and the driver we're testing


[View source]
def []?(key) #

returns the current value of a status value and nil if it does not exist


[View source]

Macro Detail

macro method_missing(call) #

[View source]