class Spaceship::Tunes::SandboxTester

def self.all

def self.all
  client.sandbox_testers(self).map { |tester| self.new(tester) }
end