Class: GithubFlowReadiness::Result
- Inherits:
-
Struct
- Object
- Struct
- GithubFlowReadiness::Result
- Defined in:
- lib/core/github_flow_readiness/checks.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'lib/core/github_flow_readiness/checks.rb', line 4 def @message end |
#status ⇒ Object
Returns the value of attribute status
4 5 6 |
# File 'lib/core/github_flow_readiness/checks.rb', line 4 def status @status end |