Sha256: fc7ea891041c888796c11ef009e8a5e39ed6e38f7c174eb3b58c420762e762df
Contents?: true
Size: 371 Bytes
Versions: 16
Compression:
Stored size: 371 Bytes
Contents
module Sisow module Api class PingRequest < Request def method 'PingRequest' end def params {} end def clean(response) if response.pingresponse? && response.pingresponse.timestamp? response.pingresponse.timestamp end end def validate! true end end end end
Version data entries
16 entries across 16 versions & 1 rubygems