Class: Ecoportal::API::GraphQL::Error::LocationsValidationError
- Inherits:
-
Logic::BaseModel
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Ecoportal::API::GraphQL::Error::LocationsValidationError
- Defined in:
- lib/ecoportal/api/graphql/error/locations_validation_error.rb
Constant Summary
Constants included from Common::GraphQL::Model::Diffable
Common::GraphQL::Model::Diffable::DIFF_CLASS
Instance Method Summary collapse
Methods included from Common::GraphQL::Model::AsInput
Methods included from Common::GraphQL::Model::Diffable
Instance Method Details
#empty? ⇒ Boolean
10 11 12 |
# File 'lib/ecoportal/api/graphql/error/locations_validation_error.rb', line 10 def empty? error.nil? && .nil? && property.nil? end |