class Graphiti::Errors::NullRelation
Attributes
errors[RW]
id[RW]
pointer[RW]
Public Class Methods
human_attribute_name(attr, options = {})
click to toggle source
# File lib/graphiti/errors.rb, line 25 def self.human_attribute_name(attr, options = {}) attr end
new(id, pointer)
click to toggle source
# File lib/graphiti/errors.rb, line 19 def initialize(id, pointer) @id = id @pointer = pointer @errors = Graphiti::Util::SimpleErrors.new(self) end