Class: PhraseApp::RequestParams::BitbucketSyncParams

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/phraseapp-ruby.rb

Overview

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.

Instance Method Summary collapse

Instance Method Details

#account_id=(val) ⇒ Object



517
518
519
# File 'lib/phraseapp-ruby.rb', line 517

def (val)
  super(val)
end

#validateObject



521
522
523
# File 'lib/phraseapp-ruby.rb', line 521

def validate
  
end