Class: Ecoportal::API::GraphQL::Base::LocationStructure

Inherits:
Interface::LocationStructure::Nodes show all
Defined in:
lib/ecoportal/api/graphql/base/location_structure.rb,
lib/ecoportal/api/graphql/base/location_structure/draft.rb,
lib/ecoportal/api/graphql/base/location_structure/draft/structure.rb

Direct Known Subclasses

Model::LocationStructure

Defined Under Namespace

Classes: Draft

Constant Summary

Constants included from Helpers::LocationsTree

Helpers::LocationsTree::RELEVANT_NODES_COUNT

Constants included from Common::GraphQL::Model::Diffable

Common::GraphQL::Model::Diffable::DIFF_CLASS

Instance Method Summary collapse

Methods inherited from Interface::LocationStructure::Nodes

#treeify

Methods included from Helpers::LocationsTree

#treeify

Methods included from Common::GraphQL::Model::AsInput

#as_input

Methods included from Common::GraphQL::Model::Diffable

#as_update, #dirty?

Instance Method Details

#draft?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/ecoportal/api/graphql/base/location_structure.rb', line 18

def draft?
  false
end