Sha256: a21c64966f8947ae2b5c022b5b6d64b2a202376649fc6aa335bf432bcd2d7376

Contents?: true

Size: 354 Bytes

Versions: 40

Compression:

Stored size: 354 Bytes

Contents

module Eco::API::UseCases::GraphQL::Samples::Location::Service
  module TreeToList
    module Converter
      module Discarded
        # List of discarded node ids
        DISCARDED_NODES = [].freeze

        private

        def discarded?(tag)
          self.class::DISCARDED_NODES.include?(tag)
        end
      end
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
eco-helpers-3.0.1 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-3.0.0 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.25 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.24 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.23 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.22 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.21 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.20 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.19 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.18 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.17 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.16 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.15 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.14 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.13 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.12 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.4 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.2 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.1 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb
eco-helpers-2.7.0 lib/eco/api/usecases/graphql/samples/location/service/tree_to_list/converter/discarded.rb