class PhraseApp::ResponseObjects::ScreenshotMarker

Public Class Methods

new(hash) click to toggle source

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

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