class TransferTo::DSL

Public Instance Methods

check_status() click to toggle source

check the status of the TranferTo API

# File lib/transfer_to/dsl.rb, line 5
def check_status
  self.ping
  reply.success? && reply.message == "pong" && reply.auth_key == request.key
end