Class: Ecoportal::API::GraphQL::Base::Permissions

Inherits:
Logic::BaseModel show all
Defined in:
lib/ecoportal/api/graphql/base/permissions.rb

Overview

Permissions ? the org-level ability set (Organization.permissions). Every field is a canXXX: AuthorizationResult! permission check. Read-only. The concrete embeds_one declarations live on Model::Permissions (they reference Model::AuthorizationResult).

Direct Known Subclasses

Model::Permissions

Constant Summary

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

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

Method Summary

Methods included from Concerns::SnakeCamelAccess

#method_missing, #respond_to_missing?

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

#as_input, included

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

#as_update, #dirty?

Methods included from Common::GraphQL::ClassHelpers

included

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess