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

Inherits:
Common::GraphQL::Model show all
Defined in:
lib/ecoportal/api/graphql/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.



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

def client
  @client
end