Module: ActiveRecord::Dbt::Configuration::DataSync

Included in:
ActiveRecord::Dbt::Config
Defined in:
lib/active_record/dbt/configuration/data_sync.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#data_sync_delayed=(value) ⇒ Object (writeonly)

Sets the attribute data_sync_delayed

Parameters:

  • value

    the value to set the attribute data_sync_delayed to.



7
8
9
# File 'lib/active_record/dbt/configuration/data_sync.rb', line 7

def data_sync_delayed=(value)
  @data_sync_delayed = value
end

Instance Method Details

#data_sync_delayed?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/active_record/dbt/configuration/data_sync.rb', line 9

def data_sync_delayed?
  @data_sync_delayed ||= false
end