class SettingsManager::Errors::InvalidError

Attributes

errors[R]

Public Class Methods

new() click to toggle source
# File lib/settings-manager/errors.rb, line 33
def initialize
  @errors = ComplexErrorArray.new
end