class Fastly

def fully_authed?

Some methods require full username and password rather than just auth token
Whether or not we're fully (username and password) authed
def fully_authed?
  client.fully_authed?
end