Module: RubyTCC::REST::GetSystemGeoInfo

Included in:
API
Defined in:
lib/rubytcc/rest/get_system_geo_info.rb

Instance Method Summary collapse

Instance Method Details

#get_system_geo_info(options = {}) ⇒ Object



6
7
8
9
10
# 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