Class: Ecoportal::API::GraphQL::Base::Force::Binding

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

Overview

A single force binding — links a Force to a data field or section by referenceId.

Constant Summary

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

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

Instance Method Summary collapse

Methods included from Concerns::SnakeCamelAccess

#method_missing, #respond_to_missing?

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

#as_input

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

#as_update, #dirty?

Dynamic Method Handling

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

Instance Method Details

#reference_idObject



11
12
13
# File 'lib/ecoportal/api/graphql/base/force/binding.rb', line 11

def reference_id
  referenceId
end