# File lib/km/saas.rb, line 17 def billed(amount=nil, description=nil, props={}) record 'Billed', {'Billing Amount' => amount, 'Billing Description' => description}.merge(props) end
# File lib/km/saas.rb, line 21 def canceled(props={}) record 'Canceled', props end
# File lib/km/saas.rb, line 13 def downgraded(plan=nil, props = {}) record 'Downgraded', {'Plan Name' => plan}.merge(props) end
# File lib/km/saas.rb, line 4 def signed_up(plan=nil, props = {}) record 'Signed Up', {'Plan Name' => plan}.merge(props) end
Generated with the Darkfish Rdoc Generator 2.