Class: Inferno::Web::Serializers::HashValueExtractor

Inherits:
Blueprinter::Extractor
  • Object
show all
Defined in:
lib/inferno/apps/web/serializers/hash_value_extractor.rb

Instance Method Summary collapse

Instance Method Details

#extract(field_name, object, _local_options, _options) ⇒ Object



5
6
7
# File 'lib/inferno/apps/web/serializers/hash_value_extractor.rb', line 5

def extract(field_name, object, _local_options, _options)
  object.send(field_name).values
end