the state of the resource (abstract)
# File lib/dm-core/resource/persistence_state.rb, line 30 def commit raise NotImplementedError, "#{self.class}#commit should be implemented" end
# File lib/dm-core/resource/persistence_state.rb, line 26 def delete raise NotImplementedError, "#{self.class}#delete should be implemented" end
# File lib/dm-core/resource/persistence_state.rb, line 17 def get(subject, *args) subject.get(resource, *args) end
Generated with the Darkfish Rdoc Generator 2.