Method: Graphiti::Util::SerializerAttributes#apply
- Defined in:
- lib/graphiti/util/serializer_attributes.rb
#apply ⇒ Object
160 161 162 163 164 165 |
# File 'lib/graphiti/util/serializer_attributes.rb', line 160 def apply @attributes.each_pair do |name, attr| SerializerAttribute .new(name, attr, @resource, @serializer, @extra).apply end end |