class Thesslstore::Order::Query
Public Instance Methods
as_json(opts = nil)
click to toggle source
Calls superclass method
# File lib/thesslstore/order/query.rb, line 16 def as_json(opts = nil) hash = super hash.reject! { |k,v| v.nil? } end