summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/blink/types/state.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/blink/types/state.rb b/lib/blink/types/state.rb
index fbaec04ef..33a872706 100644
--- a/lib/blink/types/state.rb
+++ b/lib/blink/types/state.rb
@@ -26,6 +26,13 @@ module Blink
#-----------------------------------
#-----------------------------------
+ # return the full path to us, for logging and rollback
+ def fqpath
+ return @object.fqpath, self.name
+ end
+ #-----------------------------------
+
+ #-----------------------------------
# we aren't actually comparing the states themselves, we're only
# comparing the "should" value with the "is" value
def insync?