Skip to content

Instantly share code, notes, and snippets.

@hjanuschka
Created January 15, 2017 18:21
Show Gist options
  • Save hjanuschka/0566370ab01f8c840aa4300b9741801a to your computer and use it in GitHub Desktop.
Save hjanuschka/0566370ab01f8c840aa4300b9741801a to your computer and use it in GitHub Desktop.
require 'spaceship'
Spaceship::Tunes.login("[email protected]")
certs = Spaceship.certificate.production.all
certs.each do | certificate |
puts certificate.owner_id
puts certificate.type_display_id
puts certificate.id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment