class GorgService::Message::DataValidationError
Attributes
errors[R]
@return [Hash] Mapping of invalid data
Public Class Methods
new(errors)
click to toggle source
# File lib/gorg_service/message.rb, line 33 def initialize(errors) @errors=errors end