Cross Reference: axiom_serializer.rb
xref
: /
ontohub
/
app
/
serializers
/
axiom_serializer.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
axiom_serializer.rb revision 9290425bdccce17688292f7e8a9a837648440263
class
AxiomSerializer
<
ApplicationSerializer
class
Reference
<
ApplicationSerializer
attributes
:
iri
attributes
:
name
def
iri
qualified_locid_for
(
object
)
end
end
attributes
:
iri
, :
symbols
attributes
:
name
, :
text
, :
imported
has_one
:
ontology
,
serializer
:
OntologySerializer
::
Reference
def
iri
Reference.new
(
object
)
.
iri
end
def
symbols
qualified_locid_for
(
object
, :
symbols
)
end
end