Class: Ecoportal::API::GraphQL::Base::ActionEvent

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

Overview

A scheduled/recurring occurrence of an action (calendar-style event view). Read-only. occursAt is an ISO8601 timestamp scalar (a plain string), not the { dateTime:, timeZone: } DateTime object used elsewhere.

status is exposed as a plain string ('open' | 'closed').

Direct Known Subclasses

Model::ActionEvent

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