lib/maestrano/api/util.rb in maestrano-0.2.0 vs lib/maestrano/api/util.rb in maestrano-0.3.0

- old
+ new

@@ -18,11 +18,12 @@ end end def self.object_classes @object_classes ||= { - 'account_bill' => Maestrano::Account::Bill, - 'internal_list_object' => Maestrano::API::ListObject + 'account_bill' => Maestrano::Account::Bill, + 'account_recurring_bill' => Maestrano::Account::RecurringBill, + 'internal_list_object' => Maestrano::API::ListObject } end def self.convert_to_maestrano_object(resp, api_key) case resp \ No newline at end of file