ruby_ufebs 0.2.24 → 0.2.25

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: 6ff1c48e339c56faf86b162c1fe9f1337d327fcb6f7e014ce440fef1e756d852
4
- data.tar.gz: 967791229f3dc0956e30a63986cb6b02b4b1a78f7478f56075282d2f4d0a5ddb
3
+ metadata.gz: 28acb32e9289aa0fb7fdde9e3d31817fe1808c95e177d03e6b47b13b88c9a5e1
4
+ data.tar.gz: ddc309238320d4a5f3bc736b181977726039ba597e4ab0c40bca21710d9fb3cb
5
5
  SHA512:
6
- metadata.gz: 5a7e69d400229877f1a605ec2c1b3c8e9ba83ee0de5f217b133257e47e4d6288aca658b94f9708be207be8d3dc6ba5e046c6ae49bc879e14e90370422c4ca499
7
- data.tar.gz: b047649017890e80a9c704403ef92c0ac32eeee1cfc99872f66d89d52b78c5553d54c0080a6162258f96a690c75d8af028976a58d8427ddc4bb3824f7ae671f8
6
+ metadata.gz: 988727f922c0ad6aa53026dca530628a6f3cbdbf06099336eb10404ea57853016126e4d38eeb6bf8912526fa226c46bd796cc4332e3c5b0bb751715e87ca2460
7
+ data.tar.gz: 331f04218f837f0269fe4943781e7922a9e0b29e71210e3b59649c6a20fbbac2f5efec2db66b031218e3282f3ba7735c63e656ed68ea8ac796fbb6b28a20113b
@@ -22,14 +22,15 @@ module Ufebs
22
22
  attribute :payment_precedence, String, tag: 'PaymentPrecedence'
23
23
  attribute :trans_content, String, tag: 'TransContent'
24
24
 
25
- element :purpose, String, tag: 'Purpose'
26
-
27
25
  has_one :acc_doc, ::Ufebs::Entities::AccDoc, tag: 'AccDoc'
28
26
  has_one :payer, ::Ufebs::Entities::Participant, tag: 'Payer'
29
27
  has_one :payee, ::Ufebs::Entities::Participant, tag: 'Payee'
30
- has_one :partial_payt, ::Ufebs::Entities::PartialPayt, tag: 'PartialPayt'
28
+
29
+ element :purpose, String, tag: 'Purpose'
30
+
31
31
  has_one :processing_details, ::Ufebs::Entities::ProcessingDetails, tag: 'ProcessingDetails', state_when_nil: false
32
32
  has_one :departmental_info, ::Ufebs::Entities::DepartmentalInfo, tag: 'DepartmentalInfo', state_when_nil: false
33
+ has_one :partial_payt, ::Ufebs::Entities::PartialPayt, tag: 'PartialPayt'
33
34
  end
34
35
  end
35
36
  end
@@ -15,13 +15,14 @@ module Ufebs
15
15
  content.attribute :priority, String, tag: 'Priority'
16
16
  content.attribute :payment_precedence, String, tag: 'PaymentPrecedence'
17
17
 
18
+ content.has_one :acc_doc, ::Ufebs::Entities::AccDoc, tag: 'AccDoc'
19
+ content.has_one :payer, ::Ufebs::Entities::Participant, tag: 'Payer'
20
+ content.has_one :payee, ::Ufebs::Entities::Participant, tag: 'Payee'
21
+
18
22
  content.element :purpose, String, tag: 'Purpose'
19
23
 
20
- content.has_one :acc_doc, ::Ufebs::Entities::AccDoc, tag: 'AccDoc'
21
- content.has_one :payer, ::Ufebs::Entities::Participant, tag: 'Payer'
22
- content.has_one :payee, ::Ufebs::Entities::Participant, tag: 'Payee'
23
- content.has_one :departmental_info, ::Ufebs::Entities::DepartmentalInfo, tag: 'DepartmentalInfo', state_when_nil: false
24
24
  content.has_one :processing_details, ::Ufebs::Entities::ProcessingDetails, tag: 'ProcessingDetails', state_when_nil: false
25
+ content.has_one :departmental_info, ::Ufebs::Entities::DepartmentalInfo, tag: 'DepartmentalInfo', state_when_nil: false
25
26
  end
26
27
  end
27
28
  end
data/lib/ufebs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RubyUfebs
2
- VERSION = "0.2.24"
2
+ VERSION = "0.2.25"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_ufebs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.24
4
+ version: 0.2.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeniy Burdaev