Class: RailVerdict::Receipt::Validation
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Receipt::Validation
- Defined in:
- lib/rail_verdict/receipt.rb
Instance Attribute Summary collapse
-
#completion_status ⇒ Object
Returns the value of attribute completion_status.
-
#current_environment_digest ⇒ Object
Returns the value of attribute current_environment_digest.
-
#current_repository_digest ⇒ Object
Returns the value of attribute current_repository_digest.
-
#gate ⇒ Object
Returns the value of attribute gate.
-
#reasons ⇒ Object
Returns the value of attribute reasons.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#completion_status ⇒ Object
Returns the value of attribute completion_status
250 251 252 |
# File 'lib/rail_verdict/receipt.rb', line 250 def completion_status @completion_status end |
#current_environment_digest ⇒ Object
Returns the value of attribute current_environment_digest
250 251 252 |
# File 'lib/rail_verdict/receipt.rb', line 250 def current_environment_digest @current_environment_digest end |
#current_repository_digest ⇒ Object
Returns the value of attribute current_repository_digest
250 251 252 |
# File 'lib/rail_verdict/receipt.rb', line 250 def current_repository_digest @current_repository_digest end |
#gate ⇒ Object
Returns the value of attribute gate
250 251 252 |
# File 'lib/rail_verdict/receipt.rb', line 250 def gate @gate end |
#reasons ⇒ Object
Returns the value of attribute reasons
250 251 252 |
# File 'lib/rail_verdict/receipt.rb', line 250 def reasons @reasons end |
#status ⇒ Object
Returns the value of attribute status
250 251 252 |
# File 'lib/rail_verdict/receipt.rb', line 250 def status @status end |