Exception: Holoserve::Interface::Fake::NoResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- Holoserve::Interface::Fake::NoResponseError
- Defined in:
- lib/holoserve/interface/fake.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#request_variant ⇒ Object
readonly
Returns the value of attribute request_variant.
Instance Method Summary collapse
-
#initialize(id, request_variant) ⇒ NoResponseError
constructor
A new instance of NoResponseError.
Constructor Details
#initialize(id, request_variant) ⇒ NoResponseError
Returns a new instance of NoResponseError.
11 12 13 |
# File 'lib/holoserve/interface/fake.rb', line 11 def initialize(id, request_variant) @id, @request_variant = id, request_variant end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
8 9 10 |
# File 'lib/holoserve/interface/fake.rb', line 8 def id @id end |
#request_variant ⇒ Object (readonly)
Returns the value of attribute request_variant.
9 10 11 |
# File 'lib/holoserve/interface/fake.rb', line 9 def request_variant @request_variant end |