Method: Spaceship::Client.spaceship_session_env
- Defined in:
- spaceship/lib/spaceship/client.rb
.spaceship_session_env ⇒ Object
Fetch the session cookie from the environment (if exists)
662 663 664 |
# File 'spaceship/lib/spaceship/client.rb', line 662 def self.spaceship_session_env ENV["FASTLANE_SESSION"] || ENV["SPACESHIP_SESSION"] end |