Module: Sequencescape::Api::GeneralError
- Defined in:
- lib/sequencescape-api/errors.rb
Instance Method Summary (collapse)
-
- (GeneralError) initialize(json)
A new instance of GeneralError.
Instance Method Details
- (GeneralError) initialize(json)
A new instance of GeneralError
6 7 8 |
# File 'lib/sequencescape-api/errors.rb', line 6 def initialize(json) super(json['general']) end |