Method: Commands::ValidateSchema#initialize
- Defined in:
- lib/commands/validate_schema.rb
#initialize ⇒ ValidateSchema
Returns a new instance of ValidateSchema.
14 15 16 17 18 19 20 21 |
# File 'lib/commands/validate_schema.rb', line 14 def initialize @detect = false @fail_fast = false @extra_schemas = [] @errors = [] @messages = [] end |