module RubyTCC::REST::GetSystemGeoInfo

Public Instance Methods

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