Sha256: 244aaaf705489d6aaedd7b397be1f24897ebd95ed5631124faa91a4ed674c0a8
Contents?: true
Size: 275 Bytes
Versions: 33
Compression:
Stored size: 275 Bytes
Contents
module RTurk class ForceExpireHIT < Operation require_params :hit_id attr_accessor :hit_id def to_params {'HITId' => self.hit_id} end end def self.ForceExpireHIT(*args, &blk) RTurk::ForceExpireHIT.create(*args, &blk) end end
Version data entries
33 entries across 33 versions & 1 rubygems