Class: MergBerg

Inherits:
Object
  • Object
show all
Includes:
Rubee::DatabaseObjectable
Defined in:
lib/tests/models/db_objectable_test.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Rubee::DatabaseObjectable

included

Instance Attribute Details

#barObject

Returns the value of attribute bar.



5
6
7
# File 'lib/tests/models/db_objectable_test.rb', line 5

def bar
  @bar
end

#fooObject

Returns the value of attribute foo.



5
6
7
# File 'lib/tests/models/db_objectable_test.rb', line 5

def foo
  @foo
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/tests/models/db_objectable_test.rb', line 5

def id
  @id
end