Method: EasyData::RDF::HTTP.to_s
- Defined in:
- lib/data_models/namespaces/http.rb
.to_s(property, uri, value) ⇒ Object
Return tag to rdf doc
43 44 45 |
# File 'lib/data_models/namespaces/http.rb', line 43 def self.to_s(property,uri,value) @@properties[property].gsub("%uri%",uri).gsub('%value%',value) end |