Class: PhraseApp::ResponseObjects::ScreenshotMarker

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

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ ScreenshotMarker

created_at, id, presentation, presentation_type, translation_key, updated_at,



314
315
316
317
# File 'lib/phraseapp-ruby.rb', line 314

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