Class: Bookwatch::Ingest::UpdateSuccess

Inherits:
Object
  • Object
show all
Defined in:
lib/bookwatch/ingest/update_success.rb

Instance Method Summary collapse

Instance Method Details

#reasonObject



4
5
# File 'lib/bookwatch/ingest/update_success.rb', line 4

def reason
end

#success?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/bookwatch/ingest/update_success.rb', line 7

def success?
  true
end