class EBSCO::EDS::Error

Attributes

fault[R]

Public Class Methods

new(errors = nil) click to toggle source
Calls superclass method
# File lib/ebsco/eds/error.rb, line 6
def initialize(errors = nil)
  if errors
    @fault = errors
    super(errors[:error_body])
  end
end