Method: ActiveTriples::UndefinedPropertyError#initialize

Defined in:
lib/active_triples/undefined_property_error.rb

#initialize(property, klass) ⇒ UndefinedPropertyError

Returns a new instance of UndefinedPropertyError.



18
19
20
21
# File 'lib/active_triples/undefined_property_error.rb', line 18

def initialize(property, klass)
  @property = property
  @klass = klass
end