class Seatsio::ChartValidationResult

def initialize(data)

def initialize(data)
  @errors = data['errors']
  @warnings = data['warnings']
end