Class: TestSerialized
- Inherits:
-
Object
- Object
- TestSerialized
- Includes:
- Rubee::Serializable
- Defined in:
- lib/tests/models/seralizable_test.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#towel_color ⇒ Object
Returns the value of attribute towel_color.
Method Summary
Methods included from Rubee::Serializable
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/tests/models/seralizable_test.rb', line 6 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/tests/models/seralizable_test.rb', line 6 def name @name end |
#towel_color ⇒ Object
Returns the value of attribute towel_color.
6 7 8 |
# File 'lib/tests/models/seralizable_test.rb', line 6 def towel_color @towel_color end |