Class: Quickeebooks::Online::Service::Entitlement

Inherits:
ServiceBase
  • Object
show all
Defined in:
lib/quickeebooks/online/service/entitlement.rb

Constant Summary

Constants inherited from ServiceBase

ServiceBase::QB_BASE_URI, ServiceBase::XML_NS

Instance Attribute Summary

Attributes inherited from ServiceBase

#base_uri, #oauth, #realm_id

Instance Method Summary collapse

Methods inherited from ServiceBase

#access_token=, #base_url=, #initialize, #login_name, #url_for_base, #url_for_resource

Methods included from Logging

#log

Constructor Details

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

Instance Method Details

#statusObject



6
7
8
9
10
# File 'lib/quickeebooks/online/service/entitlement.rb', line 6

def status
  url = url_for_base("manage/entitlements")
  response = do_http_get(url)
  puts response.body
end