affixapi 1.1.57 → 1.1.58
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/Gemfile.lock +1 -1
- data/lib/openapi_client/models/address_no_non_null_request.rb +3 -7
- data/lib/openapi_client/models/address_response.rb +2 -2
- data/lib/openapi_client/version.rb +1 -1
- data/spec/models/address_no_non_null_request_spec.rb +1 -1
- data/spec/models/address_response_spec.rb +1 -1
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b683bef5601fe15f51880465fe4dfbd0c30eaaae51515bf936dde13fd7d56eb4
         | 
| 4 | 
            +
              data.tar.gz: 88da9a93f19bce426bdb92090bda7bbb6b13a85e728829abe50095b40af08375
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: a76a031fcf23f091bf9dc2563e5c6f84b67c2c30b4f729ec99a1db8c8fe681382d1e6e3c044164045d43f252b83eefe354a42f1f78fbc3863ad31d74d5830e98
         | 
| 7 | 
            +
              data.tar.gz: ec9d910168180f081f89efed9a2e8a2a9e729ea30b304c9adadeb7a235cd8db6e7b1f852826558b2a0467fddb4d42d20ea0aa1c2d6f52ca1f4902c9d96040650
         | 
    
        data/Gemfile.lock
    CHANGED
    
    
| @@ -82,6 +82,7 @@ module OpenapiClient | |
| 82 82 | 
             
                    :'street_address',
         | 
| 83 83 | 
             
                    :'locality',
         | 
| 84 84 | 
             
                    :'administrative_area',
         | 
| 85 | 
            +
                    :'country',
         | 
| 85 86 | 
             
                    :'post_code'
         | 
| 86 87 | 
             
                  ])
         | 
| 87 88 | 
             
                end
         | 
| @@ -126,18 +127,13 @@ module OpenapiClient | |
| 126 127 | 
             
                # @return Array for valid properties with the reasons
         | 
| 127 128 | 
             
                def list_invalid_properties
         | 
| 128 129 | 
             
                  invalid_properties = Array.new
         | 
| 129 | 
            -
                  if @country.nil?
         | 
| 130 | 
            -
                    invalid_properties.push('invalid value for "country", country cannot be nil.')
         | 
| 131 | 
            -
                  end
         | 
| 132 | 
            -
             | 
| 133 130 | 
             
                  invalid_properties
         | 
| 134 131 | 
             
                end
         | 
| 135 132 |  | 
| 136 133 | 
             
                # Check to see if the all the properties in the model are valid
         | 
| 137 134 | 
             
                # @return true if the model is valid
         | 
| 138 135 | 
             
                def valid?
         | 
| 139 | 
            -
                   | 
| 140 | 
            -
                  country_validator = EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LT", "LV", "LU", "NL", "NO", "PH", "PL", "RO", "SE", "SG", "SK", "CN", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "HK", "TW"])
         | 
| 136 | 
            +
                  country_validator = EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
         | 
| 141 137 | 
             
                  return false unless country_validator.valid?(@country)
         | 
| 142 138 | 
             
                  true
         | 
| 143 139 | 
             
                end
         | 
| @@ -145,7 +141,7 @@ module OpenapiClient | |
| 145 141 | 
             
                # Custom attribute writer method checking allowed values (enum).
         | 
| 146 142 | 
             
                # @param [Object] country Object to be assigned
         | 
| 147 143 | 
             
                def country=(country)
         | 
| 148 | 
            -
                  validator = EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", " | 
| 144 | 
            +
                  validator = EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
         | 
| 149 145 | 
             
                  unless validator.valid?(country)
         | 
| 150 146 | 
             
                    fail ArgumentError, "invalid value for \"country\", must be one of #{validator.allowable_values}."
         | 
| 151 147 | 
             
                  end
         | 
| @@ -133,7 +133,7 @@ module OpenapiClient | |
| 133 133 | 
             
                # Check to see if the all the properties in the model are valid
         | 
| 134 134 | 
             
                # @return true if the model is valid
         | 
| 135 135 | 
             
                def valid?
         | 
| 136 | 
            -
                  country_validator = EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", " | 
| 136 | 
            +
                  country_validator = EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
         | 
| 137 137 | 
             
                  return false unless country_validator.valid?(@country)
         | 
| 138 138 | 
             
                  true
         | 
| 139 139 | 
             
                end
         | 
| @@ -141,7 +141,7 @@ module OpenapiClient | |
| 141 141 | 
             
                # Custom attribute writer method checking allowed values (enum).
         | 
| 142 142 | 
             
                # @param [Object] country Object to be assigned
         | 
| 143 143 | 
             
                def country=(country)
         | 
| 144 | 
            -
                  validator = EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", " | 
| 144 | 
            +
                  validator = EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
         | 
| 145 145 | 
             
                  unless validator.valid?(country)
         | 
| 146 146 | 
             
                    fail ArgumentError, "invalid value for \"country\", must be one of #{validator.allowable_values}."
         | 
| 147 147 | 
             
                  end
         | 
| @@ -46,7 +46,7 @@ describe OpenapiClient::AddressNoNonNullRequest do | |
| 46 46 | 
             
              describe 'test attribute "country"' do
         | 
| 47 47 | 
             
                it 'should work' do
         | 
| 48 48 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 49 | 
            -
                  # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", " | 
| 49 | 
            +
                  # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
         | 
| 50 50 | 
             
                  # validator.allowable_values.each do |value|
         | 
| 51 51 | 
             
                  #   expect { instance.country = value }.not_to raise_error
         | 
| 52 52 | 
             
                  # end
         | 
| @@ -46,7 +46,7 @@ describe OpenapiClient::AddressResponse do | |
| 46 46 | 
             
              describe 'test attribute "country"' do
         | 
| 47 47 | 
             
                it 'should work' do
         | 
| 48 48 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 49 | 
            -
                  # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", " | 
| 49 | 
            +
                  # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
         | 
| 50 50 | 
             
                  # validator.allowable_values.each do |value|
         | 
| 51 51 | 
             
                  #   expect { instance.country = value }.not_to raise_error
         | 
| 52 52 | 
             
                  # end
         |