Module Core::ModelInterface
In: core/context.rb

Interface for the Model object. The model is responsible for storing all the relevant information in the server‘s knowledge base.

Methods

Public Instance methods

[Source]

    # File core/context.rb, line 44
44:     def categories() raise 'unimplemented!' end

[Source]

    # File core/context.rb, line 43
43:     def hosts() raise 'unimplemented!' end

[Source]

    # File core/context.rb, line 45
45:     def protocols() raise 'unimplemented!' end

[Source]

    # File core/context.rb, line 40
40:     def refresh_with(new_model) raise 'unimplemented!' end

[Source]

    # File core/context.rb, line 42
42:     def revision() raise 'unimplemented!' end

[Validate]