Class: Ecoportal::API::GraphQL::Base::LocationStructure
- Inherits:
-
Model
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Model
- Ecoportal::API::GraphQL::Base::LocationStructure
- Extended by:
- Helpers::LocationsTree
- Defined in:
- lib/ecoportal/api/graphql/base/location_structure.rb
Direct Known Subclasses
Constant Summary
Constants included from Helpers::LocationsTree
Helpers::LocationsTree::RELEVANT_NODES_COUNT
Instance Method Summary collapse
Methods included from Common::GraphQL::Model::AsInput
Methods included from Common::GraphQL::Model::Diffable
Instance Method Details
#treeify ⇒ Object
16 17 18 |
# File 'lib/ecoportal/api/graphql/base/location_structure.rb', line 16 def treeify self.class.treeify(nodes) end |