Class: MergBerg
- Inherits:
-
Object
- Object
- MergBerg
- Includes:
- Rubee::DatabaseObjectable
- Defined in:
- lib/tests/models/db_objectable_test.rb
Instance Attribute Summary collapse
-
#bar ⇒ Object
Returns the value of attribute bar.
-
#foo ⇒ Object
Returns the value of attribute foo.
-
#id ⇒ Object
Returns the value of attribute id.
Method Summary
Methods included from Rubee::DatabaseObjectable
Instance Attribute Details
#bar ⇒ Object
Returns the value of attribute bar.
5 6 7 |
# File 'lib/tests/models/db_objectable_test.rb', line 5 def @bar end |
#foo ⇒ Object
Returns the value of attribute foo.
5 6 7 |
# File 'lib/tests/models/db_objectable_test.rb', line 5 def foo @foo end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/tests/models/db_objectable_test.rb', line 5 def id @id end |