Sha256: c4a1548f616e269ee78f4a3a1c2e3c4258978ae8b34de30c979292f2185599db
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
module QuestradeClient module Account # Retrieves current server time. # # Docs: http://www.questrade.com/api/documentation/rest-operations/account-calls/time # # @return [DateTime] Current server time in ISO format and Eastern time zone. # @example # client.time def time DateTime.parse(get('/time')['time']) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
questrade_client-0.0.1 | lib/questrade_client/account.rb |