module Ramco::API::EntityTypes
Public Instance Methods
get_entity_types(params={})
click to toggle source
GetEntityTypes Returns a complete list of all entities in the system
Returns json
# File lib/ramco/api/entity_types.rb, line 10 def get_entity_types(params={}) params['operation'] = "GetEntityTypes" request(connection, params) end