Class: FeatureFlagSerializer

Inherits:
BaseSerializer show all
Includes:
WithPagination
Defined in:
app/serializers/feature_flag_serializer.rb

Instance Attribute Summary

Attributes included from WithPagination

#paginator

Attributes inherited from BaseSerializer

#params

Instance Method Summary collapse

Methods included from WithPagination

#paginated?, #with_pagination

Methods inherited from BaseSerializer

entity, #initialize

Constructor Details

This class inherits a constructor from BaseSerializer

Instance Method Details

#represent(resource, opts = {}) ⇒ Object



7
8
9
# File 'app/serializers/feature_flag_serializer.rb', line 7

def represent(resource, opts = {})
  super(resource, opts)
end