class Spaceship::Tunes::AppScreenshot

Represents a screenshot hosted on iTunes Connect

def factory(attrs)

Create a new object based on a hash.
def factory(attrs)
  self.new(attrs)
end