class DriverSpecs::StatusHelper
- DriverSpecs::StatusHelper
- Reference
- Object
Defined in:
placeos-driver/driver-specs/status_helper.crConstructors
Macro Summary
Instance Method Summary
-
#[](key)
returns the current value of a status value and raises if it does not exist
-
#[]=(key, value)
Expose a status key to other mock drivers and the driver we're testing
-
#[]?(key)
returns the current value of a status value and nil if it does not exist