Sha256: 41973c7da4e176f838ddb9d7839f12cb77c77dc9762520d7d554a5db3b6668b3
Contents?: true
Size: 375 Bytes
Versions: 8
Compression:
Stored size: 375 Bytes
Contents
module BillForward # This entity exposes the following child entities via method_missing: # # Invoice .invoice class SubscriptionCharge < MutableEntity @resource_path = BillForward::ResourcePath.new('charges', 'subscriptionCharge') protected def unserialize_all(hash) super unserialize_entity('invoice', Invoice, hash) end end end
Version data entries
8 entries across 8 versions & 1 rubygems