class RapidApi::ActionController::Errors::NotProcessableError

Attributes

errors[RW]

Public Class Methods

new(errors) click to toggle source
# File lib/rapid_api/action_controller/errors.rb, line 13
def initialize(errors)
  @errors = errors
end