mastercard_installmentsnonfi 0.0.3 → 0.0.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/mastercard/api/installmentsnonfi/eligibilityandcalculator.rb +35 -32
- data/lib/mastercard/api/installmentsnonfi/eligibilityandinstallmentplan.rb +35 -32
- data/lib/mastercard/api/installmentsnonfi/resourceconfig.rb +51 -46
- data/lib/mastercard_installmentsnonfi.rb +4 -2
- metadata +5 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: d270a1df171c92483632c4616b23167f035cf9dc
         | 
| 4 | 
            +
              data.tar.gz: a3bb0a1efef869b3737bada6a4110df51c7b05b5
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: e8fca6390f1ab28f9997c34c1cee5d2093bb3c0d926d3d98fe587fc32793d4a8e161094be2640440d72ddfc5e1add9a77b11ee57ea6fabc7b3fc93254178077b
         | 
| 7 | 
            +
              data.tar.gz: 03b835ac3aff5aac76b2105d83f995594d871e0b2fa9e36bd02da4dcc372e8fb6666e93263c6263c6638164822e9c86cf324cd6334c59e018fc6fe134a511836
         | 
| @@ -27,52 +27,55 @@ | |
| 27 27 |  | 
| 28 28 |  | 
| 29 29 | 
             
            require "mastercard/core/model"
         | 
| 30 | 
            +
            require "mastercard/core/baseobject"
         | 
| 30 31 |  | 
| 31 32 | 
             
            module MasterCard
         | 
| 32 | 
            -
             | 
| 33 | 
            -
             | 
| 34 | 
            -
             | 
| 35 | 
            -
             | 
| 36 | 
            -
             | 
| 33 | 
            +
            	module API
         | 
| 34 | 
            +
            		module InstallmentsNonFi
         | 
| 35 | 
            +
            			class EligibilityAndCalculator < MasterCard::Core::Model::BaseObject
         | 
| 36 | 
            +
            				include MasterCard::Core::Model
         | 
| 37 | 
            +
            				#
         | 
| 37 38 |  | 
| 38 | 
            -
             | 
| 39 | 
            -
             | 
| 40 | 
            -
             | 
| 41 | 
            -
             | 
| 39 | 
            +
            				@__store = {
         | 
| 40 | 
            +
            					'830b6332-1d0b-4696-aa47-e22552804ff5' => OperationConfig.new("/installmentapi/service/#env/v1/calculateInstalment", "create", [], []),
         | 
| 41 | 
            +
            					
         | 
| 42 | 
            +
            				}
         | 
| 42 43 |  | 
| 43 | 
            -
             | 
| 44 | 
            +
            				protected
         | 
| 44 45 |  | 
| 45 | 
            -
             | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
             | 
| 50 | 
            -
             | 
| 46 | 
            +
            				def self.getOperationConfig(uuid)
         | 
| 47 | 
            +
            					if @__store.key?(uuid)
         | 
| 48 | 
            +
            						return @__store[uuid]
         | 
| 49 | 
            +
            					end
         | 
| 50 | 
            +
            					raise NotImplementedError.new("Invalid operationUUID supplied:"+ uuid)
         | 
| 51 | 
            +
            				end
         | 
| 51 52 |  | 
| 52 | 
            -
             | 
| 53 | 
            -
             | 
| 54 | 
            -
             | 
| 53 | 
            +
            				def self.getOperationMetadata()
         | 
| 54 | 
            +
            					return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext())
         | 
| 55 | 
            +
            				end
         | 
| 55 56 |  | 
| 56 | 
            -
             | 
| 57 | 
            +
            				public
         | 
| 57 58 |  | 
| 58 | 
            -
                            def self.create(mapObj)
         | 
| 59 | 
            -
                                #
         | 
| 60 | 
            -
                                #Creates object of type EligibilityAndCalculator
         | 
| 61 | 
            -
                                #
         | 
| 62 | 
            -
                                #@param Dict mapObj, containing the required parameters to create a new object
         | 
| 63 | 
            -
                                #@return EligibilityAndCalculator of the response of created instance.
         | 
| 64 | 
            -
                                #
         | 
| 65 | 
            -
                                return self.execute("727bdad7-53fc-4fac-9ca5-b05456a6a1a1", EligibilityAndCalculator.new(mapObj))
         | 
| 66 | 
            -
                            end
         | 
| 67 59 |  | 
| 60 | 
            +
            				def self.create(mapObj)
         | 
| 61 | 
            +
            					#
         | 
| 62 | 
            +
            					#Creates object of type EligibilityAndCalculator
         | 
| 63 | 
            +
            					#
         | 
| 64 | 
            +
            					#@param Dict mapObj, containing the required parameters to create a new object
         | 
| 65 | 
            +
            					#@return [EligibilityAndCalculator] of the response of created instance.
         | 
| 66 | 
            +
            					#@raise [APIException] an exception from the response status
         | 
| 67 | 
            +
            					return self.execute("830b6332-1d0b-4696-aa47-e22552804ff5", EligibilityAndCalculator.new(mapObj))
         | 
| 68 | 
            +
            				end
         | 
| 68 69 |  | 
| 69 70 |  | 
| 70 71 |  | 
| 71 72 |  | 
| 72 73 |  | 
| 73 | 
            -
             | 
| 74 | 
            -
             | 
| 75 | 
            -
             | 
| 74 | 
            +
             | 
| 75 | 
            +
             | 
| 76 | 
            +
            			end
         | 
| 77 | 
            +
            		end
         | 
| 78 | 
            +
            	end
         | 
| 76 79 | 
             
            end
         | 
| 77 80 |  | 
| 78 81 |  | 
| @@ -27,52 +27,55 @@ | |
| 27 27 |  | 
| 28 28 |  | 
| 29 29 | 
             
            require "mastercard/core/model"
         | 
| 30 | 
            +
            require "mastercard/core/baseobject"
         | 
| 30 31 |  | 
| 31 32 | 
             
            module MasterCard
         | 
| 32 | 
            -
             | 
| 33 | 
            -
             | 
| 34 | 
            -
             | 
| 35 | 
            -
             | 
| 36 | 
            -
             | 
| 33 | 
            +
            	module API
         | 
| 34 | 
            +
            		module InstallmentsNonFi
         | 
| 35 | 
            +
            			class EligibilityAndInstallmentPlan < MasterCard::Core::Model::BaseObject
         | 
| 36 | 
            +
            				include MasterCard::Core::Model
         | 
| 37 | 
            +
            				#
         | 
| 37 38 |  | 
| 38 | 
            -
             | 
| 39 | 
            -
             | 
| 40 | 
            -
             | 
| 41 | 
            -
             | 
| 39 | 
            +
            				@__store = {
         | 
| 40 | 
            +
            					'2f5aef39-7499-40b4-84a4-588535411822' => OperationConfig.new("/installmentapi/service/#env/v1/processInstalment", "create", [], []),
         | 
| 41 | 
            +
            					
         | 
| 42 | 
            +
            				}
         | 
| 42 43 |  | 
| 43 | 
            -
             | 
| 44 | 
            +
            				protected
         | 
| 44 45 |  | 
| 45 | 
            -
             | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 49 | 
            -
             | 
| 50 | 
            -
             | 
| 46 | 
            +
            				def self.getOperationConfig(uuid)
         | 
| 47 | 
            +
            					if @__store.key?(uuid)
         | 
| 48 | 
            +
            						return @__store[uuid]
         | 
| 49 | 
            +
            					end
         | 
| 50 | 
            +
            					raise NotImplementedError.new("Invalid operationUUID supplied:"+ uuid)
         | 
| 51 | 
            +
            				end
         | 
| 51 52 |  | 
| 52 | 
            -
             | 
| 53 | 
            -
             | 
| 54 | 
            -
             | 
| 53 | 
            +
            				def self.getOperationMetadata()
         | 
| 54 | 
            +
            					return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext())
         | 
| 55 | 
            +
            				end
         | 
| 55 56 |  | 
| 56 | 
            -
             | 
| 57 | 
            +
            				public
         | 
| 57 58 |  | 
| 58 | 
            -
                            def self.create(mapObj)
         | 
| 59 | 
            -
                                #
         | 
| 60 | 
            -
                                #Creates object of type EligibilityAndInstallmentPlan
         | 
| 61 | 
            -
                                #
         | 
| 62 | 
            -
                                #@param Dict mapObj, containing the required parameters to create a new object
         | 
| 63 | 
            -
                                #@return EligibilityAndInstallmentPlan of the response of created instance.
         | 
| 64 | 
            -
                                #
         | 
| 65 | 
            -
                                return self.execute("80d96078-4053-4d0d-bf8c-32b5dd4dae96", EligibilityAndInstallmentPlan.new(mapObj))
         | 
| 66 | 
            -
                            end
         | 
| 67 59 |  | 
| 60 | 
            +
            				def self.create(mapObj)
         | 
| 61 | 
            +
            					#
         | 
| 62 | 
            +
            					#Creates object of type EligibilityAndInstallmentPlan
         | 
| 63 | 
            +
            					#
         | 
| 64 | 
            +
            					#@param Dict mapObj, containing the required parameters to create a new object
         | 
| 65 | 
            +
            					#@return [EligibilityAndInstallmentPlan] of the response of created instance.
         | 
| 66 | 
            +
            					#@raise [APIException] an exception from the response status
         | 
| 67 | 
            +
            					return self.execute("2f5aef39-7499-40b4-84a4-588535411822", EligibilityAndInstallmentPlan.new(mapObj))
         | 
| 68 | 
            +
            				end
         | 
| 68 69 |  | 
| 69 70 |  | 
| 70 71 |  | 
| 71 72 |  | 
| 72 73 |  | 
| 73 | 
            -
             | 
| 74 | 
            -
             | 
| 75 | 
            -
             | 
| 74 | 
            +
             | 
| 75 | 
            +
             | 
| 76 | 
            +
            			end
         | 
| 77 | 
            +
            		end
         | 
| 78 | 
            +
            	end
         | 
| 76 79 | 
             
            end
         | 
| 77 80 |  | 
| 78 81 |  | 
| @@ -29,65 +29,70 @@ require "mastercard/core/constants" | |
| 29 29 | 
             
            require "mastercard/core/config"
         | 
| 30 30 |  | 
| 31 31 | 
             
            module MasterCard
         | 
| 32 | 
            -
             | 
| 33 | 
            -
             | 
| 34 | 
            -
             | 
| 35 | 
            -
             | 
| 32 | 
            +
            	module API
         | 
| 33 | 
            +
            		module InstallmentsNonFi
         | 
| 34 | 
            +
            			class ResourceConfig
         | 
| 35 | 
            +
            				include MasterCard::Core
         | 
| 36 36 |  | 
| 37 | 
            -
             | 
| 37 | 
            +
            				@@instance = nil
         | 
| 38 38 |  | 
| 39 | 
            -
             | 
| 40 | 
            -
             | 
| 41 | 
            -
             | 
| 42 | 
            -
             | 
| 43 | 
            -
             | 
| 44 | 
            -
             | 
| 39 | 
            +
            				def initialize
         | 
| 40 | 
            +
            					@name = "installments-non-fi"
         | 
| 41 | 
            +
            					@override = nil
         | 
| 42 | 
            +
            					@host = nil
         | 
| 43 | 
            +
            					@context = nil
         | 
| 44 | 
            +
            					@version = "0.0.4"
         | 
| 45 45 |  | 
| 46 | 
            -
             | 
| 47 | 
            -
             | 
| 48 | 
            -
             | 
| 46 | 
            +
            					Config.registerResourceConfig(self)
         | 
| 47 | 
            +
            					currentEnvironment = Config.getEnvironment()
         | 
| 48 | 
            +
            					self.setEnvironment(currentEnvironment)
         | 
| 49 49 |  | 
| 50 | 
            -
             | 
| 50 | 
            +
            				end
         | 
| 51 51 |  | 
| 52 52 |  | 
| 53 | 
            -
             | 
| 54 | 
            -
             | 
| 55 | 
            -
             | 
| 53 | 
            +
            				def self.instance
         | 
| 54 | 
            +
            					return @@instance
         | 
| 55 | 
            +
            				end
         | 
| 56 56 |  | 
| 57 57 |  | 
| 58 | 
            -
             | 
| 59 | 
            -
             | 
| 60 | 
            -
             | 
| 58 | 
            +
            				def getName
         | 
| 59 | 
            +
            					return @name
         | 
| 60 | 
            +
            				end
         | 
| 61 61 |  | 
| 62 62 |  | 
| 63 | 
            -
             | 
| 64 | 
            -
             | 
| 65 | 
            -
             | 
| 66 | 
            -
             | 
| 67 | 
            -
             | 
| 68 | 
            -
             | 
| 69 | 
            -
             | 
| 63 | 
            +
            				def getHost
         | 
| 64 | 
            +
            					unless @override.nil? || @override == 0
         | 
| 65 | 
            +
            						return @override
         | 
| 66 | 
            +
            					else
         | 
| 67 | 
            +
            						return @host
         | 
| 68 | 
            +
            					end
         | 
| 69 | 
            +
            				end
         | 
| 70 70 |  | 
| 71 | 
            -
             | 
| 72 | 
            -
             | 
| 73 | 
            -
             | 
| 71 | 
            +
            				def getContext
         | 
| 72 | 
            +
            					return @context
         | 
| 73 | 
            +
            				end
         | 
| 74 74 |  | 
| 75 | 
            -
             | 
| 76 | 
            -
             | 
| 77 | 
            -
             | 
| 75 | 
            +
            				def getVersion
         | 
| 76 | 
            +
            					return @version
         | 
| 77 | 
            +
            				end
         | 
| 78 78 |  | 
| 79 | 
            -
             | 
| 80 | 
            -
             | 
| 81 | 
            -
             | 
| 82 | 
            -
             | 
| 83 | 
            -
             | 
| 84 | 
            -
             | 
| 85 | 
            -
             | 
| 79 | 
            +
            				def setEnvironment(environmet)
         | 
| 80 | 
            +
            					if Environment::MAPPING.key?(environmet)
         | 
| 81 | 
            +
            						tuple = Environment::MAPPING[environmet]
         | 
| 82 | 
            +
            						@host = tuple[0]
         | 
| 83 | 
            +
            						@context = tuple[1]
         | 
| 84 | 
            +
            					end
         | 
| 85 | 
            +
            				end
         | 
| 86 86 |  | 
| 87 | 
            -
             | 
| 87 | 
            +
            				def setCustomEnvironment(host,context)
         | 
| 88 | 
            +
            					@host = host
         | 
| 89 | 
            +
            					@context = context
         | 
| 90 | 
            +
            				end
         | 
| 88 91 |  | 
| 89 | 
            -
             | 
| 90 | 
            -
             | 
| 91 | 
            -
             | 
| 92 | 
            -
             | 
| 92 | 
            +
            				@@instance = ResourceConfig.new
         | 
| 93 | 
            +
             | 
| 94 | 
            +
            				private_class_method :new
         | 
| 95 | 
            +
            			end
         | 
| 96 | 
            +
            		end
         | 
| 97 | 
            +
            	end
         | 
| 93 98 | 
             
            end
         | 
| @@ -1,4 +1,6 @@ | |
| 1 1 | 
             
            require 'mastercard_api_core'
         | 
| 2 | 
            -
             | 
| 3 | 
            -
            require 'mastercard/api/installmentsnonfi/eligibilityandcalculator'
         | 
| 2 | 
            +
             | 
| 4 3 | 
             
            require 'mastercard/api/installmentsnonfi/resourceconfig'
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            require 'mastercard/api/installmentsnonfi/eligibilityandcalculator'
         | 
| 6 | 
            +
            require 'mastercard/api/installmentsnonfi/eligibilityandinstallmentplan'
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: mastercard_installmentsnonfi
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.0. | 
| 4 | 
            +
              version: 0.0.4
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - MasterCard Worldwide
         | 
| @@ -16,20 +16,20 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - "~>"
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: 1. | 
| 19 | 
            +
                    version: 1.4.0
         | 
| 20 20 | 
             
                - - ">="
         | 
| 21 21 | 
             
                  - !ruby/object:Gem::Version
         | 
| 22 | 
            -
                    version: 1. | 
| 22 | 
            +
                    version: 1.4.0
         | 
| 23 23 | 
             
              type: :runtime
         | 
| 24 24 | 
             
              prerelease: false
         | 
| 25 25 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 26 26 | 
             
                requirements:
         | 
| 27 27 | 
             
                - - "~>"
         | 
| 28 28 | 
             
                  - !ruby/object:Gem::Version
         | 
| 29 | 
            -
                    version: 1. | 
| 29 | 
            +
                    version: 1.4.0
         | 
| 30 30 | 
             
                - - ">="
         | 
| 31 31 | 
             
                  - !ruby/object:Gem::Version
         | 
| 32 | 
            -
                    version: 1. | 
| 32 | 
            +
                    version: 1.4.0
         | 
| 33 33 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 34 34 | 
             
              name: ci_reporter_minitest
         | 
| 35 35 | 
             
              requirement: !ruby/object:Gem::Requirement
         |