Class: DatabaseSchemaOwnership::Entity
- Inherits:
-
Object
- Object
- DatabaseSchemaOwnership::Entity
- Defined in:
- lib/database_schema_ownership/entity.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name, metadata) ⇒ Entity
constructor
A new instance of Entity.
Constructor Details
#initialize(name, metadata) ⇒ Entity
Returns a new instance of Entity.
7 8 9 10 |
# File 'lib/database_schema_ownership/entity.rb', line 7 def initialize(name, ) @name = name = end |
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
5 6 7 |
# File 'lib/database_schema_ownership/entity.rb', line 5 def end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/database_schema_ownership/entity.rb', line 5 def name @name end |