Exception: Siding::Runtime::Unavailable
- Defined in:
- lib/siding/runtime.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(message, path: nil) ⇒ Unavailable
constructor
A new instance of Unavailable.
Constructor Details
#initialize(message, path: nil) ⇒ Unavailable
Returns a new instance of Unavailable.
22 23 24 25 |
# File 'lib/siding/runtime.rb', line 22 def initialize(, path: nil) @path = path super() end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
20 21 22 |
# File 'lib/siding/runtime.rb', line 20 def path @path end |