class Object

Public Instance Methods

rdf_object() click to toggle source
# File lib/sdl/exporters/rdf_mapping.rb, line 4
def rdf_object
  RDF::Literal.new(self)
end