class PhraseApp::ResponseObjects::Screenshot

Public Class Methods

new(hash) click to toggle source

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

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