Class: SourceMonitor::Events::ItemProcessorContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entryObject

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



21
22
23
# File 'lib/source_monitor/events.rb', line 21

def entry
  @entry
end

#itemObject

Returns the value of attribute item

Returns:

  • (Object)

    the current value of item



21
22
23
# File 'lib/source_monitor/events.rb', line 21

def item
  @item
end

#occurred_atObject

Returns the value of attribute occurred_at

Returns:

  • (Object)

    the current value of occurred_at



21
22
23
# File 'lib/source_monitor/events.rb', line 21

def occurred_at
  @occurred_at
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



21
22
23
# File 'lib/source_monitor/events.rb', line 21

def result
  @result
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



21
22
23
# File 'lib/source_monitor/events.rb', line 21

def source
  @source
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



21
22
23
# File 'lib/source_monitor/events.rb', line 21

def status
  @status
end