struct SecureOS::SubscribeRule
- SecureOS::SubscribeRule
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
secure_os/ws_api_models.crConstructors
- .new(type : String, id : String, action : Symbol, states : Array(StateType) | Nil = nil, events : Array(String) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #action : Symbol
- #events : Array(String) | Nil
- #id : String
- #states : Array(StateType) | Nil
- #type : String
Constructor Detail
def self.new(type : String, id : String, action : Symbol, states : Array(StateType) | Nil = nil, events : Array(String) | Nil = nil)
#