Method: EasyData::RDF::CERT.to_s

Defined in:
lib/data_models/namespaces/cert.rb

.to_s(property, uri, value) ⇒ Object

Return tag to rdf doc



16
17
18
# File 'lib/data_models/namespaces/cert.rb', line 16

def self.to_s(property,uri,value)
   @@properties[property].gsub("%uri%",uri).gsub('%value%',value)
end