class Orchestrate::Ref
A Ref
is a specific immutable value that has been assigned to a Key.
Ref
is subclassed from KeyValue
and as such contains its ‘#save` and `#update` methods. Unless used on the most recent Ref
, these will fail with a VersionMismatch error, as the save
and update
methods use Put-If-Match semantics.
Public Instance Methods
archival?()
click to toggle source
Is this a historic ref value? True for Ref
objects. Use this instead of ‘#is_a?` or `#kind_of?`. @return [true, false]
# File lib/orchestrate/refs.rb, line 13 def archival? true end