Class: TestSerialized

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

Instance Attribute Summary collapse

Method Summary

Methods included from Rubee::Serializable

included

Instance Attribute Details

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/tests/models/seralizable_test.rb', line 6

def id
  @id
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/tests/models/seralizable_test.rb', line 6

def name
  @name
end

#towel_colorObject

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