Class: KillBillClient::Model::Tag
- Inherits:
-
TagAttributes
- Object
- Resource
- TagAttributes
- KillBillClient::Model::Tag
- Defined in:
- lib/killbill_client/models/tag.rb
Constant Summary
Constants inherited from Resource
Resource::KILLBILL_API_PAGINATION_PREFIX, Resource::KILLBILL_API_PREFIX
Instance Attribute Summary
Attributes inherited from Resource
#clazz, #etag, #response, #session_id, #uri
Class Method Summary collapse
- .find_all_by_account_id(account_id, included_deleted = false, audit = "NONE", options = {}) ⇒ Object
Methods inherited from Resource
#==, #_to_hash, attribute, create_alias, delete, extract_session_id, from_json, from_response, get, has_many, has_one, #hash, head, instantiate_record_from_json, post, put, #refresh, #to_hash, #to_json
Class Method Details
.find_all_by_account_id(account_id, included_deleted = false, audit = "NONE", options = {}) ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/killbill_client/models/tag.rb', line 8 def find_all_by_account_id account_id, included_deleted = false, audit = "NONE", = {} get "#{Account::KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/tags", { :includedDeleted => included_deleted, :audit => audit }, end |