Class: Thesslstore::Contact
- Inherits:
-
Object
- Object
- Thesslstore::Contact
- Defined in:
- lib/thesslstore/contact.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#as_json(opts = nil) ⇒ Object
22 23 24 25 |
# File 'lib/thesslstore/contact.rb', line 22 def as_json(opts = nil) hash = super hash.reject! { |k,v| v.nil? } end |