Method: Eipiai::Representable#to_h
- Defined in:
- lib/eipiai/models/representable.rb
#to_h(options = {}) ⇒ Hash
to_h
call ‘#to_h` on the representer belonging to the object.
36 37 38 |
# File 'lib/eipiai/models/representable.rb', line 36 def to_h( = {}) represented.to_h() end |