Class: FactoryBotCaching::FactoryRecordCache::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/factory_bot_caching/factory_record_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



30
31
32
# File 'lib/factory_bot_caching/factory_record_cache.rb', line 30

def created_at
  @created_at
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



30
31
32
# File 'lib/factory_bot_caching/factory_record_cache.rb', line 30

def identifier
  @identifier
end