Class: Podrpt::Options
- Inherits:
-
Struct
- Object
- Struct
- Podrpt::Options
- Defined in:
- lib/podrpt/models.rb
Instance Attribute Summary collapse
-
#allowlist_yaml ⇒ Object
Returns the value of attribute allowlist_yaml.
-
#dry_run ⇒ Object
Returns the value of attribute dry_run.
-
#only_outdated ⇒ Object
Returns the value of attribute only_outdated.
-
#project_dir ⇒ Object
Returns the value of attribute project_dir.
-
#risk_yaml ⇒ Object
Returns the value of attribute risk_yaml.
-
#slack_webhook_url ⇒ Object
Returns the value of attribute slack_webhook_url.
-
#sync_risk_yaml ⇒ Object
Returns the value of attribute sync_risk_yaml.
-
#total_pods_count ⇒ Object
Returns the value of attribute total_pods_count.
-
#trunk_workers ⇒ Object
Returns the value of attribute trunk_workers.
Instance Attribute Details
#allowlist_yaml ⇒ Object
Returns the value of attribute allowlist_yaml
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def allowlist_yaml @allowlist_yaml end |
#dry_run ⇒ Object
Returns the value of attribute dry_run
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def dry_run @dry_run end |
#only_outdated ⇒ Object
Returns the value of attribute only_outdated
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def only_outdated @only_outdated end |
#project_dir ⇒ Object
Returns the value of attribute project_dir
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def project_dir @project_dir end |
#risk_yaml ⇒ Object
Returns the value of attribute risk_yaml
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def risk_yaml @risk_yaml end |
#slack_webhook_url ⇒ Object
Returns the value of attribute slack_webhook_url
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def slack_webhook_url @slack_webhook_url end |
#sync_risk_yaml ⇒ Object
Returns the value of attribute sync_risk_yaml
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def sync_risk_yaml @sync_risk_yaml end |
#total_pods_count ⇒ Object
Returns the value of attribute total_pods_count
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def total_pods_count @total_pods_count end |
#trunk_workers ⇒ Object
Returns the value of attribute trunk_workers
4 5 6 |
# File 'lib/podrpt/models.rb', line 4 def trunk_workers @trunk_workers end |