class SellyError
Attributes
errors[R]
Public Class Methods
new(errors = [])
click to toggle source
# File lib/selly/selly_error.rb, line 4 def initialize(errors = []) @errors = errors end