Sha256: 6df54076e11ba996d9ead252d427bb53b5b4147635dc7c63e355d708e07c0390

Contents?: true

Size: 197 Bytes

Versions: 12

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true

module Matchers
  module Type
    def have_vat_type(attribute, valid_hash = {})
      EnumMatcher.new(attribute, valid_hash, 'VATType', 'VATTypes')
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fortnox-api-0.9.1 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.8.2 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.8.1 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.9.0 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.8.0 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.7.2 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.7.1 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.7.0 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.6.3 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.6.2 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.6.1 spec/support/matchers/type/have_vat_type_matcher.rb
fortnox-api-0.6.0 spec/support/matchers/type/have_vat_type_matcher.rb