Interface for the Model object. The model is responsible for storing all the relevant information in the server‘s knowledge base.
[Source]
# File core/context.rb, line 44 44: def categories() raise 'unimplemented!' end
# File core/context.rb, line 43 43: def hosts() raise 'unimplemented!' end
# File core/context.rb, line 45 45: def protocols() raise 'unimplemented!' end
# File core/context.rb, line 40 40: def refresh_with(new_model) raise 'unimplemented!' end
# File core/context.rb, line 42 42: def revision() raise 'unimplemented!' end
[Validate]