Class: Bitbucket::Pr::Post
- Inherits:
-
Object
- Object
- Bitbucket::Pr::Post
- Defined in:
- lib/bitbucket/pr/post.rb,
lib/bitbucket/pr/post/version.rb
Constant Summary collapse
- DOMAIN =
'bitbucket.org'
- PASSWORD_FILE =
'~/.bitbucket_pr_post_password'
- VERSION =
"0.1.0"
Instance Method Summary collapse
Instance Method Details
#request(argv) ⇒ Object
12 13 14 15 16 |
# File 'lib/bitbucket/pr/post.rb', line 12 def request(argv) set_opts argv confirm print_result post end |