Method: Pwush::Client#push_stat
- Defined in:
- lib/pwush/client.rb
#push_stat(hwid, hash_tag = nil) ⇒ Object
64 65 66 |
# File 'lib/pwush/client.rb', line 64 def push_stat(hwid, hash_tag = nil) post(:pushStat, hwid: hwid, hash: hash_tag) end |