Class: Ecoportal::API::GraphQL::Interface::LocationStructure::Nodes
- Inherits:
-
Logic::BaseModel
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Ecoportal::API::GraphQL::Interface::LocationStructure::Nodes
- Extended by:
- Helpers::LocationsTree
- Defined in:
- lib/ecoportal/api/graphql/interface/location_structure/nodes.rb
Direct Known Subclasses
Base::LocationStructure, Base::LocationStructure::Draft::Structure
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 included from Common::GraphQL::Model::AsInput
Methods included from Common::GraphQL::Model::Diffable
Instance Method Details
#draft? ⇒ Boolean
15 16 17 |
# File 'lib/ecoportal/api/graphql/interface/location_structure/nodes.rb', line 15 def draft? false end |
#treeify ⇒ Object
19 20 21 |
# File 'lib/ecoportal/api/graphql/interface/location_structure/nodes.rb', line 19 def treeify self.class.treeify(nodes) end |