Class: Quickeebooks::Windows::Service::CompanyMetaData

Inherits:
ServiceBase
  • Object
show all
Defined in:
lib/quickeebooks/windows/service/company_meta_data.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=, #guid, #initialize, #url_for_base, #url_for_resource

Constructor Details

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

Instance Method Details

#loadObject



7
8
9
10
# File 'lib/quickeebooks/windows/service/company_meta_data.rb', line 7

def load
  model = Quickeebooks::Windows::Model::CompanyMetaData
  fetch_object(model, url_for_resource(model::REST_RESOURCE))
end