Method: Pho::QueryProfile#upload

Defined in:
lib/pho/query_profile.rb

#upload(store) ⇒ Object

Upload an RDF/XML presentation of this object to the provided Platform Store



163
164
165
# File 'lib/pho/query_profile.rb', line 163

def upload(store)
    return store.put_query_profile(self.to_rdf)  
end