class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Timestamp
Experimental RBS support (using type sampling data from the type_fusion
project).
# sig/active_record/connection_adapters/postgresql/oid/timestamp.rbs class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Timestamp < ActiveRecord::ConnectionAdapters::PostgreSQL::OID::DateTime def type: () -> Symbol end
:nodoc:
:nodoc:
def type
Experimental RBS support (using type sampling data from the type_fusion
project).
def type: () -> Symbol
This signature was generated using 4 samples from 1 application.
:nodoc:
def type real_type_unless_aliased(:timestamp) end