class Thesslstore::Contact

Public Instance Methods

as_json(opts = nil) click to toggle source
Calls superclass method
# File lib/thesslstore/contact.rb, line 22
def as_json(opts = nil)
  hash = super
  hash.reject! { |k,v| v.nil?  }
end