Exception: Rbeapi::Eapilib::ConnectionError
- Defined in:
- lib/rbeapi/eapilib.rb
Instance Attribute Summary collapse
-
#connection_type ⇒ Object
Returns the value of attribute connection_type.
Attributes inherited from EapiError
Instance Method Summary collapse
-
#initialize(message, connection_type = nil, commands = nil) ⇒ ConnectionError
constructor
A ConnectionError exception is raised when the connection object is unable to establish a connection with eAPI.
Methods inherited from EapiError
Constructor Details
#initialize(message, connection_type = nil, commands = nil) ⇒ ConnectionError
A ConnectionError exception is raised when the connection object is unable to establish a connection with eAPI.
105 106 107 108 109 |
# File 'lib/rbeapi/eapilib.rb', line 105 def initialize(, connection_type = nil, commands = nil) @connection_type = connection_type @commands = commands super() end |
Instance Attribute Details
#connection_type ⇒ Object
Returns the value of attribute connection_type.
93 94 95 |
# File 'lib/rbeapi/eapilib.rb', line 93 def connection_type @connection_type end |