Class: PhraseApp::ResponseObjects::Screenshot

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Screenshot

created_at, description, id, markers_count, name, screenshot_url, updated_at,



306
307
308
309
# File 'lib/phraseapp-ruby.rb', line 306

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