Class: PhraseApp::ResponseObjects::TagWithStats

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ TagWithStats

statistics,



241
242
243
244
# File 'lib/phraseapp-ruby.rb', line 241

def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end