Class: Blueprinter::BlockExtractor

Inherits:
Extractor
  • Object
show all
Defined in:
lib/blueprinter/extractors/block_extractor.rb

Instance Method Summary collapse

Methods inherited from Extractor

extract

Instance Method Details

#extract(field_name, object, local_options, options = {}) ⇒ Object



3
4
5
# File 'lib/blueprinter/extractors/block_extractor.rb', line 3

def extract(field_name, object, local_options, options = {})
  options[:block].call(object, local_options)
end