Exception: ClientException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- ClientException
- Defined in:
- lib/fhir_client/client_exception.rb
Instance Attribute Summary collapse
-
#reply ⇒ Object
Returns the value of attribute reply.
Instance Method Summary collapse
-
#initialize(message, reply = nil) ⇒ ClientException
constructor
A new instance of ClientException.
Constructor Details
#initialize(message, reply = nil) ⇒ ClientException
Returns a new instance of ClientException.
4 5 6 7 |
# File 'lib/fhir_client/client_exception.rb', line 4 def initialize(, reply = nil) super() @reply = reply end |
Instance Attribute Details
#reply ⇒ Object
Returns the value of attribute reply.
2 3 4 |
# File 'lib/fhir_client/client_exception.rb', line 2 def reply @reply end |