Class: FactoryBotCaching::FactoryRecordCache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- FactoryBotCaching::FactoryRecordCache::CacheEntry
- Defined in:
- lib/factory_bot_caching/factory_record_cache.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
30 31 32 |
# File 'lib/factory_bot_caching/factory_record_cache.rb', line 30 def created_at @created_at end |
#identifier ⇒ Object
Returns the value of attribute identifier
30 31 32 |
# File 'lib/factory_bot_caching/factory_record_cache.rb', line 30 def identifier @identifier end |