Sha256: 786dbd0693ceecddfeacb7f098efea2f087b7390ae5a9d983922c595349256c0
Contents?: true
Size: 763 Bytes
Versions: 17
Compression:
Stored size: 763 Bytes
Contents
module Shamu module Features # Select the features to be listed. class ListScope < Entities::ListScope # ============================================================================ # @!group Attributes # # @!attribute # @return [Symbol] the desired type of toggle. attribute :type, inclusion: { in: Features::Toggle::TYPES } # @!attribute # @return [Symbol] only include toggles that have retired but are still # configured. attribute :retired, coerce: :to_bool # @!attribute # @return [String] include toggles with a name that is prefixed with the # given value. attribute :prefix, coerce: :to_s # # @!endgroup Attributes end end end
Version data entries
17 entries across 17 versions & 1 rubygems