Class: Epic::Validator::JSON
- Inherits:
-
JavaScript
- Object
- Base
- Base
- JavaScript
- Epic::Validator::JSON
- Defined in:
- lib/epic/validator/json.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from JavaScript
#js_fragment_path, #jslint_path, #jslint_settings_count, #rhino_path, #valid_results?, #validate, #validate_path, #vendor_path
Methods inherited from Base
Methods included from Errors
#display_errors, #errors, #valid?
Methods inherited from Base
#base_path, #configuration, configuration, configure, #display_path, #tmp_path
Constructor Details
This class inherits a constructor from Epic::Validator::Base
Instance Method Details
#jslint_settings ⇒ Object
8 9 10 |
# File 'lib/epic/validator/json.rb', line 8 def jslint_settings "" end |
#pre_process(output) ⇒ Object
4 5 6 |
# File 'lib/epic/validator/json.rb', line 4 def pre_process(output) output end |