class BaiduLBS::Geodata::Column

Public Class Methods

create(params) click to toggle source
# File lib/baidu_lbs/geodata/column.rb, line 4
def create(params)
  post '/geodata/v3/column/create', params
end
delete(params) click to toggle source
# File lib/baidu_lbs/geodata/column.rb, line 20
def delete(params)
  post '/geodata/v3/column/delete', params
end
detail(params) click to toggle source
# File lib/baidu_lbs/geodata/column.rb, line 12
def detail(params)
  get '/geodata/v3/column/detail', params
end
list(params) click to toggle source
# File lib/baidu_lbs/geodata/column.rb, line 8
def list(params)
  get '/geodata/v3/column/list', params
end
update(params) click to toggle source
# File lib/baidu_lbs/geodata/column.rb, line 16
def update(params)
  post '/geodata/v3/column/update', params
end