Class: Blueprinter::PublicSendExtractor

Inherits:
Extractor
  • Object
show all
Defined in:
lib/blueprinter/extractors/public_send_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/public_send_extractor.rb', line 3

def extract(field_name, object, local_options, options = {})
  object.public_send(field_name)
end