Method: ROM::DataProxy#initialize

Defined in:
lib/rom/support/data_proxy.rb

#initialize(data, options = {}) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



41
42
43
44
# File 'lib/rom/support/data_proxy.rb', line 41

def initialize(data, options = {})
  @data = data
  super(data, options)
end