struct PlaceOS::Model::Edge::KeyResponse

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(created_at : Time, updated_at : Time, name : String, description : String, user_id : String, last_seen : Time | Nil, online : Bool, x_api_key : String, **_unknow_types) #

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def created_at : Time #

def description : String #

def last_seen : Time | Nil #

def name : String #

def online : Bool #

def updated_at : Time #

def user_id : String #

def x_api_key : String #