Skip to content

Commit

Permalink
Add hooks to App (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelaossa authored Aug 6, 2024
1 parent 0d571a2 commit bdf819c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aptible/api/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class App < Resource
field :updated_at, type: Time
field :status
field :deployment_method
field :hooks

def provisioned?
status == 'provisioned'
Expand Down

0 comments on commit bdf819c

Please sign in to comment.