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,



222
223
224
225
# File 'lib/phraseapp-ruby.rb', line 222

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