class PhraseApp::ResponseObjects::BitbucketSync
Public Class Methods
new(hash)
click to toggle source
id, last_export_to_bitbucket_at, last_import_from_bitbucket_at, phraseapp_projects, repository_name, valid_phraseapp_yaml,
Calls superclass method
# File lib/phraseapp-ruby.rb, line 82 def initialize(hash) super(hash) PhraseApp.handle_times(self) end