class PhraseApp::ResponseObjects::TagWithStats

Public Class Methods

new(hash) click to toggle source

statistics,

Calls superclass method PhraseApp::ResponseObjects::Tag::new
# File lib/phraseapp-ruby.rb, line 378
def initialize(hash)
  super(hash)
  PhraseApp.handle_times(self)
end