Skip to content

Commit 36ef778

Browse files
committed
Support for /Report/BalanceSheetSummary
1 parent db3df3b commit 36ef778

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/myob-api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
require 'myob/api/models/employee_payroll_advice'
3636

37+
require 'myob/api/models/balance_sheet_summary'
3738
require 'myob/api/models/profit_and_loss_summary'
3839

3940
require 'myob/api/client'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module Myob
2+
module Api
3+
module Model
4+
class BalanceSheetSummary < Base
5+
def model_route
6+
'Report/BalanceSheetSummary'
7+
end
8+
end
9+
end
10+
end
11+
end

0 commit comments

Comments
 (0)