Class: Sphero::Response::GetAutoReconnect

Inherits:
Sphero::Response show all
Defined in:
lib/sphero/response.rb

Constant Summary

Constants inherited from Sphero::Response

ASYNC_RESPONSE, CODE_OK, DLEN, MRSP, SEQ, SIMPLE_RESPONSE, SOP1, SOP2

Instance Method Summary collapse

Methods inherited from Sphero::Response

async?, #body, #empty?, #initialize, #seq, simple?, #success?, #valid?

Constructor Details

This class inherits a constructor from Sphero::Response

Instance Method Details

#timeObject



47
48
49
# File 'lib/sphero/response.rb', line 47

def time
  body[1]
end