Class: DbSchema::Definitions::Extension
- Inherits:
-
Object
- Object
- DbSchema::Definitions::Extension
- Defined in:
- lib/db_schema/definitions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ Extension
constructor
A new instance of Extension.
Constructor Details
#initialize(name) ⇒ Extension
Returns a new instance of Extension.
124 125 126 |
# File 'lib/db_schema/definitions.rb', line 124 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
122 123 124 |
# File 'lib/db_schema/definitions.rb', line 122 def name @name end |