Method: Graphiti::Errors::TypeNotFound#initialize

Defined in:
lib/graphiti/errors.rb

#initialize(resource, attribute, type) ⇒ TypeNotFound



557
558
559
560
561
# File 'lib/graphiti/errors.rb', line 557

def initialize(resource, attribute, type)
  @resource = resource
  @attribute = attribute
  @type = type
end