Class: PgTypes::SchemaDumper::TypeDefinition
- Inherits:
-
Struct
- Object
- Struct
- PgTypes::SchemaDumper::TypeDefinition
- Defined in:
- lib/pg_types/schema_dumper.rb
Overview
Define a Struct for type information
Instance Attribute Summary collapse
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
6 7 8 |
# File 'lib/pg_types/schema_dumper.rb', line 6 def definition @definition end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/pg_types/schema_dumper.rb', line 6 def name @name end |