Module: Eco::API::UseCases::GraphQL::Helpers::Location::Command::Diffs::Stages::Commandable::ClassMethods

Defined in:
lib/eco/api/usecases/graphql/helpers/location/command/diffs/stages/commandable.rb

Instance Method Summary collapse

Instance Method Details

#stage_command(stage) ⇒ Object



13
14
15
16
# File 'lib/eco/api/usecases/graphql/helpers/location/command/diffs/stages/commandable.rb', line 13

def stage_command(stage)
  return :update if stage == :id_name
  stage
end