class PhraseApp::RequestParams::BitbucketSyncParams
Parameters:¶ ↑
- account_id
-
Account ID to specify the actual account the project should be created in. Required if the requesting user is a member of multiple accounts.
Public Instance Methods
account_id=(val)
click to toggle source
Calls superclass method
# File lib/phraseapp-ruby.rb, line 517 def account_id=(val) super(val) end
validate()
click to toggle source
# File lib/phraseapp-ruby.rb, line 521 def validate end