Exception: Buble::TimeoutError
- Defined in:
- lib/buble/errors.rb
Instance Attribute Summary collapse
-
#timeout ⇒ Object
readonly
Returns the value of attribute timeout.
Instance Method Summary collapse
-
#initialize(message, timeout:) ⇒ TimeoutError
constructor
A new instance of TimeoutError.
Constructor Details
#initialize(message, timeout:) ⇒ TimeoutError
Returns a new instance of TimeoutError.
21 22 23 24 |
# File 'lib/buble/errors.rb', line 21 def initialize(, timeout:) super() @timeout = timeout end |
Instance Attribute Details
#timeout ⇒ Object (readonly)
Returns the value of attribute timeout.
19 20 21 |
# File 'lib/buble/errors.rb', line 19 def timeout @timeout end |