Class: AndOne::Aggregate::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/and_one/aggregate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detectionObject

Returns the value of attribute detection

Returns:

  • (Object)

    the current value of detection



14
15
16
# File 'lib/and_one/aggregate.rb', line 14

def detection
  @detection
end

#first_seen_atObject

Returns the value of attribute first_seen_at

Returns:

  • (Object)

    the current value of first_seen_at



14
15
16
# File 'lib/and_one/aggregate.rb', line 14

def first_seen_at
  @first_seen_at
end

#last_seen_atObject

Returns the value of attribute last_seen_at

Returns:

  • (Object)

    the current value of last_seen_at



14
15
16
# File 'lib/and_one/aggregate.rb', line 14

def last_seen_at
  @last_seen_at
end

#occurrencesObject

Returns the value of attribute occurrences

Returns:

  • (Object)

    the current value of occurrences



14
15
16
# File 'lib/and_one/aggregate.rb', line 14

def occurrences
  @occurrences
end