Class: Hanami::Model::Plugins::Timestamps::InputWithCreateTimestamp Private

Inherits:
InputWithUpdateTimestamp show all
Defined in:
lib/hanami/model/plugins/timestamps.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Sets created_at and updated_at timestamps for create commands

Since:

  • 0.7.0

Constant Summary

Constants inherited from InputWithTimestamp

Hanami::Model::Plugins::Timestamps::InputWithTimestamp::TIMESTAMPS

Method Summary

Methods inherited from InputWithTimestamp

#[], #initialize

Methods inherited from WrappingInput

#initialize

Constructor Details

This class inherits a constructor from Hanami::Model::Plugins::Timestamps::InputWithTimestamp