module Aepic::Concerns::Serializer
Constants
- XSD_TYPES
Public Instance Methods
attributes()
click to toggle source
def root_name
self.class._root
end
Calls superclass method
# File lib/aepic/concerns/serializer.rb, line 44 def attributes {'@context' => jsonld_context}.merge(super) end
jsonld_context()
click to toggle source
# File lib/aepic/concerns/serializer.rb, line 48 def jsonld_context object.jsonld_context end