class UcbOrgs::SyncError
Attributes
item[R]
source_error[R]
Public Class Methods
new(item, source_error)
click to toggle source
# File lib/ucb_orgs/syncer.rb, line 6 def initialize(item, source_error) @item = item @source_error = source_error end
Public Instance Methods
error_details()
click to toggle source
# File lib/ucb_orgs/syncer.rb, line 11 def error_details "#{source_error} : #{source_error.backtrace.first}" end