Sha256: 365aaff235de646c0139df3bc3a937a8b4fda2f37a6953ce68056dc95c56a454
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
module GoogleDataSource module DataSource class InvalidData < Base def initialize(gviz_params) super(gviz_params) end def validate super add_error(:out, "Invalid output format: #{@params[:out]}. Valid ones are json,csv,html") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google_data_source-0.7.6 | lib/google_data_source/invalid_data.rb |