Class: RDFMapper::Associations::HasOne

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/associations/has_one.rb

Overview

-

Instance Method Summary collapse

Constructor Details

#initialize(instance, options = {}) ⇒ HasOne

-

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/lib/associations/has_one.rb', line 11

def initialize(instance, options = {})
  raise NotImplementedError, 'has_one is not yet implemented'
end