Class: PhraseApp::ResponseObjects::Tag

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

Direct Known Subclasses

TagWithStats

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Tag

created_at, keys_count, name, updated_at,



257
258
259
260
# File 'lib/phraseapp-ruby.rb', line 257

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