Class: AndOne::Aggregate::Entry
- Inherits:
-
Struct
- Object
- Struct
- AndOne::Aggregate::Entry
- Defined in:
- lib/and_one/aggregate.rb
Instance Attribute Summary collapse
-
#detection ⇒ Object
Returns the value of attribute detection.
-
#first_seen_at ⇒ Object
Returns the value of attribute first_seen_at.
-
#last_seen_at ⇒ Object
Returns the value of attribute last_seen_at.
-
#occurrences ⇒ Object
Returns the value of attribute occurrences.
Instance Attribute Details
#detection ⇒ Object
Returns the value of attribute detection
14 15 16 |
# File 'lib/and_one/aggregate.rb', line 14 def detection @detection end |
#first_seen_at ⇒ Object
Returns the value of attribute first_seen_at
14 15 16 |
# File 'lib/and_one/aggregate.rb', line 14 def first_seen_at @first_seen_at end |
#last_seen_at ⇒ Object
Returns the value of attribute last_seen_at
14 15 16 |
# File 'lib/and_one/aggregate.rb', line 14 def last_seen_at @last_seen_at end |
#occurrences ⇒ Object
Returns the value of attribute occurrences
14 15 16 |
# File 'lib/and_one/aggregate.rb', line 14 def occurrences @occurrences end |