Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Timestamp
- Inherits:
-
DateTime
- Object
- ActiveModel::Type::Value
- ActiveModel::Type::DateTime
- Type::DateTime
- DateTime
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Timestamp
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/connection_adapters/postgresql/oid/timestamp.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from ActiveModel::Type::Value
Instance Method Summary collapse
Methods inherited from DateTime
#cast_value, #type_cast_for_schema
Methods included from Type::Internal::Timezone
Methods inherited from ActiveModel::Type::Value
#==, #assert_valid_value, #binary?, #cast, #changed?, #changed_in_place?, #deserialize, #force_equality?, #hash, #initialize, #map, #serializable?, #serialize, #type_cast_for_schema, #value_constructed_by_mass_assignment?
Constructor Details
This class inherits a constructor from ActiveModel::Type::Value
Instance Method Details
#type ⇒ Object
8 9 10 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/connection_adapters/postgresql/oid/timestamp.rb', line 8 def type real_type_unless_aliased(:timestamp) end |