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,



378
379
380
381
# File 'lib/phraseapp-ruby.rb', line 378

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