Exception: CIMI::Model::NotImplemented
- Inherits:
-
StandardError
- Object
- StandardError
- CIMI::Model::NotImplemented
- Defined in:
- lib/cimi/models/errors.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
Instance Method Summary collapse
-
#initialize ⇒ NotImplemented
constructor
A new instance of NotImplemented.
Constructor Details
#initialize ⇒ NotImplemented
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
#code ⇒ Object
Returns the value of attribute code.
45 46 47 |
# File 'lib/cimi/models/errors.rb', line 45 def code @code end |