Class: Apadmi::Grout::BitriseBuild
- Inherits:
-
Struct
- Object
- Struct
- Apadmi::Grout::BitriseBuild
- Defined in:
- lib/apadmi/grout/models/bitrise.rb
Instance Attribute Summary collapse
-
#commit_hash ⇒ Object
Returns the value of attribute commit_hash.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#status ⇒ Object
Returns the value of attribute status.
-
#triggered_at ⇒ Object
Returns the value of attribute triggered_at.
Instance Method Summary collapse
Instance Attribute Details
#commit_hash ⇒ Object
Returns the value of attribute commit_hash
11 12 13 |
# File 'lib/apadmi/grout/models/bitrise.rb', line 11 def commit_hash @commit_hash end |
#slug ⇒ Object
Returns the value of attribute slug
11 12 13 |
# File 'lib/apadmi/grout/models/bitrise.rb', line 11 def slug @slug end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/apadmi/grout/models/bitrise.rb', line 11 def status @status end |
#triggered_at ⇒ Object
Returns the value of attribute triggered_at
11 12 13 |
# File 'lib/apadmi/grout/models/bitrise.rb', line 11 def triggered_at @triggered_at end |
Instance Method Details
#finished_with_success ⇒ Object
12 13 14 |
# File 'lib/apadmi/grout/models/bitrise.rb', line 12 def finished_with_success status == STATUS_SUCCESS end |