class Spaceship::PortalBase
def client
def client ( @client or Spaceship::Portal.client or raise "Please login using `Spaceship::Portal.login('user', 'password')`" ) end
def client ( @client or Spaceship::Portal.client or raise "Please login using `Spaceship::Portal.login('user', 'password')`" ) end