Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 415 Bytes

File metadata and controls

22 lines (16 loc) · 415 Bytes

ScrapeBadger::ValidationError

Properties

Name Type Description Notes
loc Array<ValidationErrorLocInner>
msg String
type String

Example

require 'scrapebadger'

instance = ScrapeBadger::ValidationError.new(
  loc: null,
  msg: null,
  type: null
)