112 113 114
# File 'lib/gooddata/models/model.rb', line 112 def check_gd_type(value) GD_TYPES.any? { |v| v == value } end