Module: SimpleObjects::Serialization
- Included in:
- Base
- Defined in:
- lib/simple_objects/serialization.rb
Instance Method Summary collapse
- #to_h(opts = {}) ⇒ Object (also: #to_hash)
Instance Method Details
#to_h(opts = {}) ⇒ Object Also known as: to_hash
3 4 5 |
# File 'lib/simple_objects/serialization.rb', line 3 def to_h(opts = {}) (opts) end |