Sha256: 803470296e6e32557b707421012b1313de0b7773927c22287bdeb2a1a85d1021

Contents?: true

Size: 385 Bytes

Versions: 40

Compression:

Stored size: 385 Bytes

Contents

module Eco::API::UseCases::GraphQL::Helpers::Location
  # To prepend to class Custom::UseCase::TagtreeDiff::NodeDiff
  # Currently, name and id are the same thing, so we make some adjustments.
  class Command::Diff < Eco::Data::Locations::NodeDiff
    require_relative 'diff/compare'
    require_relative 'diff/as_update'

    include Compare
    include AsUpdate
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
eco-helpers-3.0.21 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.20 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.19 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.18 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.17 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.16 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.15 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.14 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.13 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.12 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.11 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.10 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.9 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.8 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.7 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.6 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.5 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.4 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.3 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb
eco-helpers-3.0.2 lib/eco/api/usecases/graphql/helpers/location/command/diff.rb