aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-28 16:38:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-28 16:38:37 -0700
commitfe9117e0bcaf65db50930e6320ff7012cee541e3 (patch)
tree130059b69c851155c1220e88a2e51ef07430955c /src/host.lisp
parentbcd8605fcdeda28d4651c92029a8a5143f8d05aa (diff)
downloadconsfigurator-fe9117e0bcaf65db50930e6320ff7012cee541e3.tar.gz
add some accessors
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/host.lisp')
-rw-r--r--src/host.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host.lisp b/src/host.lisp
index a8c3b72..e55f601 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -22,9 +22,11 @@
(defclass host ()
((hostattrs
:initarg :attrs
+ :reader hostattrs
:documentation "Plist of the host's static informational attributes.")
(propspec
:initarg :props
+ :reader host-propspec
:documentation "Property application specification of the properties to
be applied to the host.")))