Class: Myob::Api::Model::JournalTransaction
- Defined in:
- lib/myob/api/models/general_ledger.rb
Constant Summary
Constants inherited from Base
Base::API_URL, Base::QUERY_OPTIONS
Instance Method Summary collapse
Methods inherited from Base
#all, #all_items, #destroy, #find, #first, #initialize, #new_record?, #next_page, #next_page?, #records, #save, #url
Constructor Details
This class inherits a constructor from Myob::Api::Model::Base
Instance Method Details
#model_route ⇒ Object
71 72 73 |
# File 'lib/myob/api/models/general_ledger.rb', line 71 def model_route 'GeneralLedger/JournalTransaction' end |