Refactoring: Improved naming.
This commit is contained in:
parent
ab0e64d3a9
commit
b23f0d21d5
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ class Sequencer
|
||||||
module Common
|
module Common
|
||||||
module ImportJob
|
module ImportJob
|
||||||
module Payload
|
module Payload
|
||||||
class ToState < Sequencer::Unit::Base
|
class ToAttribute < Sequencer::Unit::Base
|
||||||
|
|
||||||
uses :import_job
|
uses :import_job
|
||||||
|
|
|
@ -3,7 +3,7 @@ class Sequencer
|
||||||
module Import
|
module Import
|
||||||
module Exchange
|
module Exchange
|
||||||
module FolderContacts
|
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
|
provides :ews_config, :ews_folder_ids
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue