stbaldricks 12.6.2.alpha.1 → 12.7.0.alpha.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdb8aa3e470a7e9304a5720696ffcd5d76c60bfa2ca73841848801f7db896c16
4
- data.tar.gz: 1e9701c0c14a473a7a87f02bc1cd3162bec21c46ba0d332d0f402e4535bb0939
3
+ metadata.gz: 7d850bec4d2f353aaee78bccc5865517a818c6b926f042f5c606594f24efc925
4
+ data.tar.gz: 81ca5d283b8686d1856c1ee79f6914e7d16e551ed2a88e8aeca5dc23bb26aded
5
5
  SHA512:
6
- metadata.gz: b52f42699b0797e8d13f1d3d50eec3495e2d0ca6b9d1572f6688d647e32d88eeacbb49fd08c2b16a85d0d2e80e6128a9e7436a7bf2fdcae067f022e9d051e417
7
- data.tar.gz: 935fa79902bba9baa185be9ecda02011e4e683361998fdaea46d6668bb800841fc013fe90b1eb87da713bb84d3c486c3dc6a9b00c0a04c031e5506fac724613f
6
+ metadata.gz: 3e8c1ede340c33e087a6eb809b659485721bab3369025d271dcea0fa54d0105f32ad4e054b848bd814252f1d8d6e24f1c7bee2036b61d58ddef7bb09dab7ef42
7
+ data.tar.gz: 6e820f10d719372b562ba3684c70e7b48ad7dc192047e9ab94d3ab315f877d3dcbed8a0a0110869c0d57e0b1df30466b81aa79389e39224b02dff53575ca059f
@@ -3,6 +3,10 @@ require 'stbaldricks/endpoints/lib/entity'
3
3
  module SBF
4
4
  module Client
5
5
  class KidInstitutionEndpoint < EntityEndpoint
6
+ def get(kid_id, institution_id, with = {})
7
+ super("#{kid_id}/#{institution_id}", with)
8
+ end
9
+
6
10
  def delete(params)
7
11
  response = SBF::Client::Api::Request.post_request("#{base_uri}/delete", params)
8
12
 
@@ -23,6 +23,7 @@ module SBF
23
23
  entity_attr_accessor :address, 'SBF::Client::Address'
24
24
  attr_reader :created_at
25
25
  attr_reader :modified_at
26
+ attr_accessor :institution_info
26
27
  end
27
28
  end
28
29
  end
@@ -8,7 +8,6 @@ module SBF
8
8
  class KidInstitution < SBF::Client::TopLevelEntity
9
9
  endpoint SBF::Client::KidInstitutionEndpoint
10
10
  actions DEFAULT_CRUD_ACTIONS
11
- blacklist_action :get
12
11
  blacklist_action :update
13
12
  blacklist_action :aggregate
14
13
 
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '12.6.2.alpha.1'.freeze
3
+ VERSION = '12.7.0.alpha.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stbaldricks
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.6.2.alpha.1
4
+ version: 12.7.0.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firespring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-18 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel