class Pronto::Bitbucket

def pull_id

def pull_id
  pull ? pull.id.to_i : env_pull_id
end