Method: Spaceship::Client#cookie
- Defined in:
- spaceship/lib/spaceship/client.rb
#cookie ⇒ String
Return the session cookie.
271 272 273 |
# File 'spaceship/lib/spaceship/client.rb', line 271 def @cookie.map(&:to_s).join(';') end |