Exception: BooticClient::TransportError
- Inherits:
-
StandardError
- Object
- StandardError
- BooticClient::TransportError
- Defined in:
- lib/bootic_client/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(msg = nil, url = nil) ⇒ TransportError
constructor
A new instance of TransportError.
Constructor Details
#initialize(msg = nil, url = nil) ⇒ TransportError
Returns a new instance of TransportError.
6 7 8 9 |
# File 'lib/bootic_client/errors.rb', line 6 def initialize(msg = nil, url = nil) super(msg) @url = url end |
Instance Attribute Details
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/bootic_client/errors.rb', line 5 def url @url end |