class RGeoServer::CoverageStore::DataTypeNotExpected
Public Class Methods
new(data_type)
click to toggle source
# File lib/rgeoserver/coveragestore.rb, line 18 def initialize(data_type) @data_type = data_type end
Public Instance Methods
message()
click to toggle source
# File lib/rgeoserver/coveragestore.rb, line 22 def message "The CoverageStore does not not accept the data type '#{@data_type}'." end