Class: Thesslstore::Order::Query

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

Instance Method Summary collapse

Instance Method Details

#as_json(opts = nil) ⇒ Object



16
17
18
19
# File 'lib/thesslstore/order/query.rb', line 16

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