tessitura_rest 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 648745a8d6f64b12d0318f9e691f1b189299a28b954d3f053054c6c8021d2780
4
- data.tar.gz: aba21c9187d01984e88e43efb0d06a4b27bf7337ee0d3dd565fab32fe334b747
3
+ metadata.gz: 5cbaf72940e9ccd90f84cd887fd200f058f7a92fccdedd4800512d2fe69ebf86
4
+ data.tar.gz: b1a57a38160a6e2d423b149eb2c8deb05f64766166af533038808a7a831d44c2
5
5
  SHA512:
6
- metadata.gz: dbbf9debe0f5a955ceab88f1c4dd22949bb2f1ba7adc06f5673966d3faf21cd1d5134177db494bf5c0ed556482b8ca36e6cb3211181d74fd2af921ace82ceaed
7
- data.tar.gz: e923341715f7c649ed4974b10b5ab4fe95f60cbdd0b0c8c07bbf35d774c334800811da4e8da700f590fe0691a9380da75f2fde88bd61c367d2ed0aa7901a97b0
6
+ metadata.gz: 6a23ec88b30f65cb35fea909d34a27ab9895c779c0b46a167213754e288f38c8ab68f2839e807f90313567c2cd773c4e9aa8dc6b31c66d9c1602fabe349ff591
7
+ data.tar.gz: d5508d8c77df4e0fb115af396ed5984468551a71296343632961d873eb9938ed0bded0248cb433b48c946e0c3a2c918a9e0dccb6034e49465dcfb6cf4dc64bf4
@@ -10,6 +10,7 @@ class TessituraRest
10
10
  include Actions
11
11
  include Addresses
12
12
  include Attributes
13
+ include Appeals
13
14
  include BillingSchedules
14
15
  include Cart
15
16
  include Constituencies
@@ -0,0 +1,7 @@
1
+ module Appeals
2
+
3
+ def get_appeal_info (appeal_id, options={})
4
+ options.merge!(basic_auth: @auth, headers: @headers)
5
+ response = self.class.get(base_api_endpoint("Finance/Appeals/#{appeal_id}"), options)
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  class TessituraRest
2
- VERSION = '0.7.2'
2
+ VERSION = '0.7.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tessitura_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brittany Martin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-26 00:00:00.000000000 Z
11
+ date: 2020-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -140,6 +140,7 @@ files:
140
140
  - lib/tessitura_rest/custom/email.rb
141
141
  - lib/tessitura_rest/custom/local_procedure.rb
142
142
  - lib/tessitura_rest/diagnostics/diagnostics.rb
143
+ - lib/tessitura_rest/finance/appeals.rb
143
144
  - lib/tessitura_rest/finance/gift_certificates.rb
144
145
  - lib/tessitura_rest/reference_data/billing_schedules.rb
145
146
  - lib/tessitura_rest/reference_data/countries.rb