class Bookwatch::Ingest::UpdateSuccess

Public Instance Methods

reason() click to toggle source
# File lib/bookwatch/ingest/update_success.rb, line 4
def reason
end
success?() click to toggle source
# File lib/bookwatch/ingest/update_success.rb, line 7
def success?
  true
end