Module: Rooftop::SpektrixSync
- Defined in:
- lib/rooftop/spektrix_sync.rb,
lib/rooftop/spektrix_sync/railtie.rb,
lib/rooftop/spektrix_sync/version.rb,
lib/rooftop/spektrix_sync/lib/sync_task.rb,
lib/rooftop/spektrix_sync/lib/event_sync.rb,
lib/rooftop/spektrix_sync/lib/instance_sync.rb,
lib/rooftop/spektrix_sync/lib/price_list_sync.rb
Defined Under Namespace
Classes: EventSync, InstanceSync, PriceListSync, Railtie, SyncTask
Constant Summary collapse
- VERSION =
"0.0.3.2"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
12 13 14 |
# File 'lib/rooftop/spektrix_sync.rb', line 12 def configuration @configuration end |
.logger ⇒ Object
Returns the value of attribute logger.
12 13 14 |
# File 'lib/rooftop/spektrix_sync.rb', line 12 def logger @logger end |