class ActiveFedora::CleanConnection::CleanResult

Public Instance Methods

graph() click to toggle source
# File lib/active_fedora/clean_connection.rb, line 24
def graph
  @graph ||= clean_graph
end

Private Instance Methods

clean_graph() click to toggle source
# File lib/active_fedora/clean_connection.rb, line 30
def clean_graph
  __getobj__.graph.delete(has_model_query)
  __getobj__.graph
end
has_model_query() click to toggle source
# File lib/active_fedora/clean_connection.rb, line 35
def has_model_query
  [nil, ActiveFedora::RDF::Fcrepo::Model.hasModel, nil]
end