Method: GraphQL::LoadApplicationObjectFailedError#object

Defined in:
lib/graphql/load_application_object_failed_error.rb

#objectObject (readonly)

Returns The value found with this ID.

Returns:

  • (Object)

    The value found with this ID



14
15
16
# File 'lib/graphql/load_application_object_failed_error.rb', line 14

def object
  @object
end