Class: ActiveRecord::PGExtensions::PostgreSQLAdapter::Extension
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::PGExtensions::PostgreSQLAdapter::Extension
- Defined in:
- lib/active_record/pg_extensions/extension.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/active_record/pg_extensions/extension.rb', line 7 def name @name end |
#schema ⇒ Object
Returns the value of attribute schema
7 8 9 |
# File 'lib/active_record/pg_extensions/extension.rb', line 7 def schema @schema end |
#version ⇒ Object
Returns the value of attribute version
7 8 9 |
# File 'lib/active_record/pg_extensions/extension.rb', line 7 def version @version end |