Exception: CIMI::Model::NotImplemented

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cimi/models/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNotImplemented

Returns a new instance of NotImplemented.



47
48
49
50
# File 'lib/cimi/models/errors.rb', line 47

def initialize
  super("Requested operation is not implemented by backend provider")
  self.code = 501
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



45
46
47
# File 'lib/cimi/models/errors.rb', line 45

def code
  @code
end