Class: Ecoportal::API::GraphQL::Base::Force::Binding
- Inherits:
-
Logic::BaseModel
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Ecoportal::API::GraphQL::Base::Force::Binding
- 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
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
#reference_id ⇒ Object
11 12 13 |
# File 'lib/ecoportal/api/graphql/base/force/binding.rb', line 11 def reference_id referenceId end |