module RubyTCC::REST::EditLocation
Public Instance Methods
edit_location(options = {})
click to toggle source
# File lib/rubytcc/rest/edit_location.rb, line 6 def edit_location(options = {}) module_name = Module.nesting[0].to_s.split("::").last options[:sessionID] ||= self.session_id complete_post(module_name, module_name, options) end