accounts_client 0.2.33 → 0.2.34

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/padma_account.rb +1 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2636b6141736d2b454626fae889b5b08db32d851
4
- data.tar.gz: 26eeab3d3711f5b4ae415053c26d6a9d1ef0017f
3
+ metadata.gz: fd5c26c6c4e72b9bd3f86eeb585b9447075fb179
4
+ data.tar.gz: 228314e0d9a34ff3716a89cb2861d24c14dd8556
5
5
  SHA512:
6
- metadata.gz: 8ef99b30a633b735511431cb2f16eb557ad1d25312a91e25fc0d6e1f9ef16c25cd2f9c5108e2c6adb70c6aefc016194362abb579c19f181caa94275c4caef1e2
7
- data.tar.gz: ead130aae39393698d35a3b2e84e72b00835abbe92bac9ce7265f68911706542938a9d77d31712bf4373b418b8e75e5327e618514155a0304c01e108a1a306d8
6
+ metadata.gz: a7c216e4030102c53ee0840ab5165c6325e9c704c5a9f3cb0701bb14f2cdda32088128fd315cd76c8ab43d9beb054b08feaf1cb1f9fb1dfe9b8d8c3b859ecdab
7
+ data.tar.gz: ba388416ae20f9485cd2f6412dcba912519d70d04ba6dfcf52bbd0236dbfc3765df6694b33fb8fb923e453d12eb16d480542c1d957c9b3716fd1570af587fd5f
@@ -12,6 +12,7 @@ class PadmaAccount < LogicalModel
12
12
  attribute :locale
13
13
  attribute :email
14
14
  attribute :full_name
15
+ attribute :branded_name
15
16
  attribute :nucleo_id
16
17
  attribute :migrated_to_padma_on
17
18
  attribute :federation_nucleo_id
@@ -27,10 +28,6 @@ class PadmaAccount < LogicalModel
27
28
  TIMEOUT = 5500 # milisecons
28
29
  PER_PAGE = 9999
29
30
 
30
- def branded_name
31
- "DeROSE Method | #{full_name}"
32
- end
33
-
34
31
  def enabled?
35
32
  self.enabled
36
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accounts_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.33
4
+ version: 0.2.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan