Class: KillBillClient::Model::Tag

Inherits:
TagAttributes show all
Defined in:
lib/killbill_client/models/tag.rb

Constant Summary

Constants inherited from Resource

Resource::KILLBILL_API_PREFIX

Instance Attribute Summary

Attributes inherited from Resource

#etag, #response, #session_id, #uri

Class Method Summary collapse

Methods inherited from Resource

attribute, create_alias, delete, extract_session_id, from_json, from_response, get, has_many, has_one, head, instantiate_record_from_json, post, put, #refresh, #to_hash, #to_json

Class Method Details

.find_all_by_account_id(account_id, audit = "NONE", options = {}) ⇒ Object



8
9
10
11
12
13
14
# File 'lib/killbill_client/models/tag.rb', line 8

def  , audit = "NONE", options = {}
  get "#{Account::KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/tags",
      {
          :audit => audit
      },
      options
end