Class: PhraseApp::InContextEditor::Delegate::FastGettext

Inherits:
Base
  • Object
show all
Defined in:
lib/phraseapp-in-context-editor-ruby/delegate/fast_gettext.rb

Instance Method Summary collapse

Methods inherited from Base

log, #to_s

Constructor Details

#initialize(method, *args) ⇒ FastGettext

Returns a new instance of FastGettext.



9
10
11
12
13
# File 'lib/phraseapp-in-context-editor-ruby/delegate/fast_gettext.rb', line 9

def initialize(method, *args)
  @method = method
  params = params_from_args(args)
  @display_key = params[:msgid]
end