Class: Thesslstore::OrganisationInfo

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

Instance Method Summary collapse

Instance Method Details

#as_json(opts = nil) ⇒ Object



18
19
20
21
# File 'lib/thesslstore/organisation_info.rb', line 18

def as_json(opts = nil)
  hash = super
  hash.reject! { |k,v| v.nil?  }
end