Class: GithubFlowReadinessService::RegistryCheck
- Inherits:
-
Struct
- Object
- Struct
- GithubFlowReadinessService::RegistryCheck
- Defined in:
- lib/core/github_flow_readiness_service.rb
Instance Attribute Summary collapse
-
#availability_proc ⇒ Object
Returns the value of attribute availability_proc.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#empty_message ⇒ Object
Returns the value of attribute empty_message.
-
#missing_prefix ⇒ Object
Returns the value of attribute missing_prefix.
-
#registry_name ⇒ Object
Returns the value of attribute registry_name.
-
#success_noun ⇒ Object
Returns the value of attribute success_noun.
-
#unknown_prefix ⇒ Object
Returns the value of attribute unknown_prefix.
Instance Attribute Details
#availability_proc ⇒ Object
Returns the value of attribute availability_proc
18 19 20 |
# File 'lib/core/github_flow_readiness_service.rb', line 18 def availability_proc @availability_proc end |
#dependencies ⇒ Object
Returns the value of attribute dependencies
18 19 20 |
# File 'lib/core/github_flow_readiness_service.rb', line 18 def dependencies @dependencies end |
#empty_message ⇒ Object
Returns the value of attribute empty_message
18 19 20 |
# File 'lib/core/github_flow_readiness_service.rb', line 18 def @empty_message end |
#missing_prefix ⇒ Object
Returns the value of attribute missing_prefix
18 19 20 |
# File 'lib/core/github_flow_readiness_service.rb', line 18 def missing_prefix @missing_prefix end |
#registry_name ⇒ Object
Returns the value of attribute registry_name
18 19 20 |
# File 'lib/core/github_flow_readiness_service.rb', line 18 def registry_name @registry_name end |
#success_noun ⇒ Object
Returns the value of attribute success_noun
18 19 20 |
# File 'lib/core/github_flow_readiness_service.rb', line 18 def success_noun @success_noun end |
#unknown_prefix ⇒ Object
Returns the value of attribute unknown_prefix
18 19 20 |
# File 'lib/core/github_flow_readiness_service.rb', line 18 def unknown_prefix @unknown_prefix end |