Created
January 15, 2017 18:21
-
-
Save hjanuschka/0566370ab01f8c840aa4300b9741801a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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