Class: NeetoCompliance::SyncNeetoCommons
- Inherits:
-
Object
- Object
- NeetoCompliance::SyncNeetoCommons
show all
- Defined in:
- lib/neeto_compliance/sync_neeto_commons.rb,
lib/neeto_compliance/sync_neeto_commons/sync_bin.rb,
lib/neeto_compliance/sync_neeto_commons/sync_misc.rb,
lib/neeto_compliance/sync_neeto_commons/sync_husky.rb,
lib/neeto_compliance/sync_neeto_commons/sync_formatters.rb,
lib/neeto_compliance/sync_neeto_commons/sync_test_support.rb
Defined Under Namespace
Classes: SyncBin, SyncFormatters, SyncHusky, SyncMisc, SyncTestSupport
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.neeto_commons_url ⇒ Object
12
13
14
|
# File 'lib/neeto_compliance/sync_neeto_commons.rb', line 12
def self.neeto_commons_url
NeetoCompliance::NeetoCommons.path.join "common_files/"
end
|
Instance Method Details
#process ⇒ Object
16
17
18
|
# File 'lib/neeto_compliance/sync_neeto_commons.rb', line 16
def process
sync_with_neeto_commons
end
|