class Bookbinder::Ingest::UpdateFailure

Attributes

reason[R]

Public Class Methods

new(reason) click to toggle source
# File lib/bookbinder/ingest/update_failure.rb, line 6
def initialize(reason)
  @reason = reason
end

Public Instance Methods

success?() click to toggle source
# File lib/bookbinder/ingest/update_failure.rb, line 10
def success?
  false
end