struct

JaneHQ::GroupRecord

Inherits Struct < Value < Object

A row from the host_groups table. The seeded "All Hosts" group is the default: its membership is implicit (every agent), so it has no rows in host_group_members and cannot be edited or deleted.

Constructors

from_rs(rs : DB::ResultSet) : GroupRecord
Source
new(id : Int64, name : String, default : Bool, member_count : Int32)
Source

Instance methods

default
Source
member_count
Source
name
Source