Class: Thesslstore::Contact

Inherits:
Object
  • Object
show all
Defined in:
lib/thesslstore/contact.rb

Direct Known Subclasses

AdminContact, TechnicalContact

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