# File lib/aflexi/crud.rb, line 12
      def get(conditions = {})
        results = api_call("get", conditions)["results"]
        results.map { |hash| new hash }
      end