killbill-client 0.3.3 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/killbill_client/models/tag.rb +13 -0
- data/lib/killbill_client/version.rb +1 -1
- metadata +3 -3
@@ -1,6 +1,19 @@
|
|
1
1
|
module KillBillClient
|
2
2
|
module Model
|
3
3
|
class Tag < TagAttributes
|
4
|
+
|
5
|
+
has_many :audit_logs, KillBillClient::Model::AuditLog
|
6
|
+
|
7
|
+
class << self
|
8
|
+
def find_all_by_account_id account_id, audit = "NONE", options = {}
|
9
|
+
get "#{Account::KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/tags",
|
10
|
+
{
|
11
|
+
:audit => audit
|
12
|
+
},
|
13
|
+
options
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
4
17
|
end
|
5
18
|
end
|
6
19
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: killbill-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-09-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
version: '0'
|
165
165
|
segments:
|
166
166
|
- 0
|
167
|
-
hash: -
|
167
|
+
hash: -1234225818415364902
|
168
168
|
requirements: []
|
169
169
|
rubyforge_project:
|
170
170
|
rubygems_version: 1.8.25
|