Searched defs:symbols (Results 1 - 4 of 4) sorted by relevance
/ontohub/app/serializers/ | ||
H A D | axiom_serializer.rb | 11 attributes :iri, :symbols 20 def symbols method in class:AxiomSerializer 21 url_for([object, :symbols]) |
H A D | sentence_serializer.rb | 11 attributes :iri, :symbols 20 def symbols method in class:SentenceSerializer 21 url_for([object, :symbols]) |
H A D | theorem_serializer.rb | 18 attributes :symbols, 33 def symbols method in class:TheoremSerializer 34 url_for([object, :symbols]) |
H A D | ontology_serializer.rb | 27 attributes :ontology_versions, :symbols, :sentences, :mappings 45 def symbols method in class:OntologySerializer 46 url_for([object, :symbols]) |
Completed in 39 milliseconds