Class: Client
- Inherits:
-
Rubee::SequelObject
- Object
- Rubee::SequelObject
- Client
- Defined in:
- lib/tests/example_models/client.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#digest_password ⇒ Object
Returns the value of attribute digest_password.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#updated ⇒ Object
Returns the value of attribute updated.
Method Summary
Methods inherited from Rubee::SequelObject
all, #assign_attributes, count, create, dataset, db_set?, #destroy, destroy_all, find, find_first, find_last, find_or_new, first, holds, join, last, limit, offset, order, owns_many, owns_one, paginate, #persisted?, reconnect!, #reload, #save, serialize, #update, validate_before_persist!, where
Methods included from Rubee::DatabaseObjectable
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created.
2 3 4 |
# File 'lib/tests/example_models/client.rb', line 2 def created @created end |
#digest_password ⇒ Object
Returns the value of attribute digest_password.
2 3 4 |
# File 'lib/tests/example_models/client.rb', line 2 def digest_password @digest_password end |
#id ⇒ Object
Returns the value of attribute id.
2 3 4 |
# File 'lib/tests/example_models/client.rb', line 2 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/tests/example_models/client.rb', line 2 def name @name end |
#updated ⇒ Object
Returns the value of attribute updated.
2 3 4 |
# File 'lib/tests/example_models/client.rb', line 2 def updated @updated end |