Class: Alplus::Dedup::Entry
- Inherits:
-
Struct
- Object
- Struct
- Alplus::Dedup::Entry
- Defined in:
- lib/alplus/dedup.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
36 37 38 |
# File 'lib/alplus/dedup.rb', line 36 def expires_at @expires_at end |
#id ⇒ Object
Returns the value of attribute id
36 37 38 |
# File 'lib/alplus/dedup.rb', line 36 def id @id end |