Class: GOBL::Tax::TagSet

Inherits:
Object show all
Defined in:
lib/generated/gobl/tax/tag_set.rb

Overview

TagSet defines a set of tags and their descriptions that can be used for a specific schema in the context of a Regime or Addon.

Constant Summary collapse

SCHEMA_ID =

The Schema ID of the GOBL TagSet structure

'https://gobl.org/draft-0/tax/regime-def#/$defs/TagSet'

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

new

Methods inherited from Struct

#as_json, from_data, from_json!, #to_json

Instance Attribute Details

#listArray<GOBL::CBC::KeyDefinition> (readonly)

List of tags for the schema

Returns:



24
# File 'lib/generated/gobl/tax/tag_set.rb', line 24

property :list, [GOBL::CBC::KeyDefinition]

#schemaString (readonly)

Schema that the tags are associated with.

Returns:

  • (String)


18
# File 'lib/generated/gobl/tax/tag_set.rb', line 18

property :schema, String