Method: LabClient::Error#initialize
- Defined in:
- lib/labclient/error.rb
#initialize(resp) ⇒ Error
Returns a new instance of Error.
7 8 9 10 |
# File 'lib/labclient/error.rb', line 7 def initialize(resp) super @resp = resp end |
Returns a new instance of Error.
7 8 9 10 |
# File 'lib/labclient/error.rb', line 7 def initialize(resp) super @resp = resp end |