Refresh

This website rubydoc.info/github/gitlabhq/gitlabhq/StageSerializer is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Class: StageSerializer

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

Constant Summary collapse

InvalidResourceError =
Class.new(StandardError)

Instance Attribute Summary

Attributes included from WithPagination

#paginator

Attributes inherited from BaseSerializer

#params

Method Summary

Methods included from WithPagination

#paginated?, #represent, #with_pagination

Methods inherited from BaseSerializer

entity, #initialize, #represent

Constructor Details

This class inherits a constructor from BaseSerializer