Sha256: c4911395fa7784aa43f2df47f5ac50bc1c9203780e4d255260fcaeb493936d45
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
module OptimizePlayer module Proxies class ProjectProxy < BaseProxy def move(attrs) client.send_request("projects/move", :post, attrs) true end def entity_name 'projects' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
optimizeplayer-0.0.1 | lib/optimize_player/proxies/project_proxy.rb |