Sha256: 23317c523ef024fcdabbdd100effe6d5ebe715bfdd6f9b432a75a45856b4251d

Contents?: true

Size: 156 Bytes

Versions: 30

Compression:

Stored size: 156 Bytes

Contents

module Mutations
  class OutboundFilter < AdditionalFilter
    @default_options = {}

    def filter(data)
      return [data, :outbound]
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
hyper-operation-1.0.alpha1.8 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.alpha1.7 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.alpha1.6 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.alpha1.5 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.alpha1.4 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.99.6 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.alpha1.3 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.99.5 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.99.4 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.alpha1.2 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.alpha1.1 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.alpha1 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.99.3 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.99.2 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.99.1 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.99.0 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-1.0.0.lap28 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.5.12 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.5.11 lib/hyper-operation/filters/outbound_filter.rb
hyper-operation-0.5.10 lib/hyper-operation/filters/outbound_filter.rb