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