Class: Quickeebooks::Windows::Service::Clazz

Inherits:
ServiceBase
  • Object
show all
Defined in:
lib/quickeebooks/windows/service/clazz.rb

Constant Summary

Constants inherited from ServiceBase

ServiceBase::XML_NS

Instance Attribute Summary

Attributes inherited from ServiceBase

#base_uri, #last_response_body, #last_response_xml, #oauth, #realm_id

Instance Method Summary collapse

Methods inherited from ServiceBase

#access_token=, #enforce_filter_order, #initialize, #url_for_base, #url_for_resource

Methods included from Logging

#log

Constructor Details

This class inherits a constructor from Quickeebooks::Windows::Service::ServiceBase

Instance Method Details

#list(filters = [], page = 1, per_page = 20, sort = nil, options = {}) ⇒ Object



9
10
11
# File 'lib/quickeebooks/windows/service/clazz.rb', line 9

def list(filters = [], page = 1, per_page = 20, sort = nil, options = {})
  fetch_collection(Quickeebooks::Windows::Model::Clazz, nil, filters, page, per_page, sort, options)
end