Refactoring: Improved naming.

This commit is contained in:
Thorsten Eckel 2017-09-01 14:25:58 +02:00
parent ab0e64d3a9
commit b23f0d21d5
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ class Sequencer
module Common
module ImportJob
module Payload
class ToState < Sequencer::Unit::Base
class ToAttribute < Sequencer::Unit::Base
uses :import_job

View file

@ -3,7 +3,7 @@ class Sequencer
module Import
module Exchange
module FolderContacts
class DryRunPayload < Sequencer::Unit::Import::Common::ImportJob::Payload::ToState
class DryRunPayload < Sequencer::Unit::Import::Common::ImportJob::Payload::ToAttribute
provides :ews_config, :ews_folder_ids
end