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