Class: Podrpt::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/podrpt/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowlist_yamlObject

Returns the value of attribute allowlist_yaml

Returns:

  • (Object)

    the current value of allowlist_yaml



4
5
6
# File 'lib/podrpt/models.rb', line 4

def allowlist_yaml
  @allowlist_yaml
end

#dry_runObject

Returns the value of attribute dry_run

Returns:

  • (Object)

    the current value of dry_run



4
5
6
# File 'lib/podrpt/models.rb', line 4

def dry_run
  @dry_run
end

#only_outdatedObject

Returns the value of attribute only_outdated

Returns:

  • (Object)

    the current value of only_outdated



4
5
6
# File 'lib/podrpt/models.rb', line 4

def only_outdated
  @only_outdated
end

#project_dirObject

Returns the value of attribute project_dir

Returns:

  • (Object)

    the current value of project_dir



4
5
6
# File 'lib/podrpt/models.rb', line 4

def project_dir
  @project_dir
end

#risk_yamlObject

Returns the value of attribute risk_yaml

Returns:

  • (Object)

    the current value of risk_yaml



4
5
6
# File 'lib/podrpt/models.rb', line 4

def risk_yaml
  @risk_yaml
end

#slack_webhook_urlObject

Returns the value of attribute slack_webhook_url

Returns:

  • (Object)

    the current value of slack_webhook_url



4
5
6
# File 'lib/podrpt/models.rb', line 4

def slack_webhook_url
  @slack_webhook_url
end

#sync_risk_yamlObject

Returns the value of attribute sync_risk_yaml

Returns:

  • (Object)

    the current value of sync_risk_yaml



4
5
6
# File 'lib/podrpt/models.rb', line 4

def sync_risk_yaml
  @sync_risk_yaml
end

#total_pods_countObject

Returns the value of attribute total_pods_count

Returns:

  • (Object)

    the current value of total_pods_count



4
5
6
# File 'lib/podrpt/models.rb', line 4

def total_pods_count
  @total_pods_count
end

#trunk_workersObject

Returns the value of attribute trunk_workers

Returns:

  • (Object)

    the current value of trunk_workers



4
5
6
# File 'lib/podrpt/models.rb', line 4

def trunk_workers
  @trunk_workers
end