Class: Qc::ProjectSettings

Inherits:
Struct
  • Object
show all
Defined in:
lib/qc/project_settings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_extensionsObject

Returns the value of attribute file_extensions

Returns:

  • (Object)

    the current value of file_extensions



2
3
4
# File 'lib/qc/project_settings.rb', line 2

def file_extensions
  @file_extensions
end

#ignored_filesObject

Returns the value of attribute ignored_files

Returns:

  • (Object)

    the current value of ignored_files



2
3
4
# File 'lib/qc/project_settings.rb', line 2

def ignored_files
  @ignored_files
end

#last_backtest_idObject

Returns the value of attribute last_backtest_id

Returns:

  • (Object)

    the current value of last_backtest_id



2
3
4
# File 'lib/qc/project_settings.rb', line 2

def last_backtest_id
  @last_backtest_id
end

#last_compile_idObject

Returns the value of attribute last_compile_id

Returns:

  • (Object)

    the current value of last_compile_id



2
3
4
# File 'lib/qc/project_settings.rb', line 2

def last_compile_id
  @last_compile_id
end

#last_sync_atObject

Returns the value of attribute last_sync_at

Returns:

  • (Object)

    the current value of last_sync_at



2
3
4
# File 'lib/qc/project_settings.rb', line 2

def last_sync_at
  @last_sync_at
end

#project_idObject

Returns the value of attribute project_id

Returns:

  • (Object)

    the current value of project_id



2
3
4
# File 'lib/qc/project_settings.rb', line 2

def project_id
  @project_id
end