Class: BaiduLBS::Geodata::Job
- Inherits:
-
Client
- Object
- Client
- BaiduLBS::Geodata::Job
show all
- Defined in:
- lib/baidu_lbs/geodata/job.rb
Class Method Summary
collapse
Methods included from Request
#connection, #get, #post, #request
Class Method Details
.detail(params) ⇒ Object
8
9
10
|
# File 'lib/baidu_lbs/geodata/job.rb', line 8
def detail(params)
get 'geodata/v3/job/detail', params
end
|
.list(params = {}) ⇒ Object
4
5
6
|
# File 'lib/baidu_lbs/geodata/job.rb', line 4
def list(params = {})
get '/geodata/v3/job/list', params
end
|