class Thesslstore::OrganisationInfo

Public Instance Methods

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