Method: PageMagic::Element::Query::PrefetchedResult#initialize

Defined in:
lib/page_magic/element/query/prefetched_result.rb

#initialize(prefetched_element) ⇒ PrefetchedResult

Returns a new instance of PrefetchedResult.



8
9
10
11
# File 'lib/page_magic/element/query/prefetched_result.rb', line 8

def initialize(prefetched_element)
  super
  @prefetched_element = prefetched_element
end