rallio 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rallio/account_ownership.rb +2 -2
- data/lib/rallio/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3933404e2df7df9e875aa16e3e821cba6aef8e3
|
|
4
|
+
data.tar.gz: db0aac98880dfb8e440404fd8bd19f9a8d816547
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05cc3bce6a064539340d13b709b47d4335d816d36c28ea3136b686c0dcb65049ac7d349bc3e655fe73de0e032a637258c3e45c677b7d71037b34f08a24396d62
|
|
7
|
+
data.tar.gz: 5c8dcad5002ada21689e2671f52aea4092fde0f4f210e319f789f2280b166559a2532d95ccf85e464c03828810eca37f5b818e5935e8a0e1b51bac36bcd577c4
|
|
@@ -18,12 +18,12 @@ module Rallio
|
|
|
18
18
|
attribute :account_franchisor_id, Integer
|
|
19
19
|
attribute :account_franchisor_name, String
|
|
20
20
|
|
|
21
|
-
# (see Rallio::FranchisorOwnership
|
|
21
|
+
# (see Rallio::FranchisorOwnership.url_segment)
|
|
22
22
|
def self.url_segment
|
|
23
23
|
'account_ownerships'
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
# (see Rallio::FranchisorOwnership
|
|
26
|
+
# (see Rallio::FranchisorOwnership.response_key)
|
|
27
27
|
def self.response_key
|
|
28
28
|
'account_ownership'
|
|
29
29
|
end
|
data/lib/rallio/version.rb
CHANGED