Exception: Rbeapi::Eapilib::EapiError
- Inherits:
-
StandardError
- Object
- StandardError
- Rbeapi::Eapilib::EapiError
- Defined in:
- lib/rbeapi/eapilib.rb
Overview
Base error class for generating exceptions. The EapiError class
Direct Known Subclasses
Instance Attribute Summary collapse
-
#commands ⇒ Object
Returns the value of attribute commands.
Instance Method Summary collapse
-
#initalize(message) ⇒ Object
The EapiError class provides one property for holding the set of commands issued when the error was generated.
Instance Attribute Details
#commands ⇒ Object
Returns the value of attribute commands.
55 56 57 |
# File 'lib/rbeapi/eapilib.rb', line 55 def commands @commands end |
Instance Method Details
#initalize(message) ⇒ Object
The EapiError class provides one property for holding the set of commands issued when the error was generated.
63 64 65 66 67 |
# File 'lib/rbeapi/eapilib.rb', line 63 def initalize() @message = @commands = nil super() end |