Class: RDFMapper::Associations::HasOne
- Inherits:
-
Object
- Object
- RDFMapper::Associations::HasOne
- Defined in:
- lib/lib/associations/has_one.rb
Overview
- -
Instance Method Summary collapse
-
#initialize(instance, options = {}) ⇒ HasOne
constructor
[-].
Constructor Details
#initialize(instance, options = {}) ⇒ HasOne
- -
11 12 13 |
# File 'lib/lib/associations/has_one.rb', line 11 def initialize(instance, = {}) raise NotImplementedError, 'has_one is not yet implemented' end |