Class: Ecoportal::API::GraphQL::Logic::BaseModel

Inherits:
Common::GraphQL::Model show all
Defined in:
lib/ecoportal/api/graphql/logic/base_model.rb

Constant Summary

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

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

Class Attribute Summary collapse

Method Summary

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

#as_input

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

#as_update, #dirty?

Class Attribute Details

.clientObject

Returns the value of attribute client.



7
8
9
# File 'lib/ecoportal/api/graphql/logic/base_model.rb', line 7

def client
  @client
end