Class: Ecoportal::API::GraphQL::Interface::LocationStructure::Node
- Inherits:
-
Logic::BaseModel
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Ecoportal::API::GraphQL::Interface::LocationStructure::Node
- Defined in:
- lib/ecoportal/api/graphql/interface/location_structure/node.rb
Direct Known Subclasses
Constant Summary
Constants included from Common::GraphQL::Model::Diffable
Common::GraphQL::Model::Diffable::DIFF_CLASS
Instance Method Summary collapse
- #parent_id_upcase ⇒ Object
- #parentId ⇒ Object (also: #parent_id)
Methods included from Concerns::SnakeCamelAccess
#method_missing, #respond_to_missing?
Methods included from Common::GraphQL::Model::AsInput
Methods included from Common::GraphQL::Model::Diffable
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess
Instance Method Details
#parent_id_upcase ⇒ Object
32 33 34 |
# File 'lib/ecoportal/api/graphql/interface/location_structure/node.rb', line 32 def parent_id_upcase parent_id&.upcase end |
#parentId ⇒ Object Also known as: parent_id
27 28 29 |
# File 'lib/ecoportal/api/graphql/interface/location_structure/node.rb', line 27 def parentId parent&.id end |