struct SecureOS::SubscribeRule

Included Modules

Extended Modules

Defined in:

secure_os/ws_api_models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, id : String, action : Symbol, states : Array(StateType) | Nil = nil, events : Array(String) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def action : Symbol #

[View source]
def events : Array(String) | Nil #

[View source]
def id : String #

[View source]
def states : Array(StateType) | Nil #

[View source]
def type : String #

[View source]