Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Xml
- Inherits:
-
Type::String
- Object
- Type::Value
- Type::String
- ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Xml
- Defined in:
- lib/active_record/connection_adapters/postgresql/oid/xml.rb
Overview
:nodoc:
Defined Under Namespace
Classes: Data
Instance Attribute Summary
Attributes inherited from Type::Value
Instance Method Summary collapse
Methods inherited from Type::String
Methods inherited from Type::Value
#==, #binary?, #changed?, #changed_in_place?, #initialize, #klass, #number?, #text?, #type_cast_for_schema, #type_cast_from_database, #type_cast_from_user
Constructor Details
This class inherits a constructor from ActiveRecord::Type::Value
Instance Method Details
#type ⇒ Object
6 7 8 |
# File 'lib/active_record/connection_adapters/postgresql/oid/xml.rb', line 6 def type :xml end |