Class: GOBL::Tax::TagSet
- 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
-
#list ⇒ Array<GOBL::CBC::KeyDefinition>
readonly
List of tags for the schema.
-
#schema ⇒ String
readonly
Schema that the tags are associated with.
Method Summary
Methods inherited from Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#list ⇒ Array<GOBL::CBC::KeyDefinition> (readonly)
List of tags for the schema
24 |
# File 'lib/generated/gobl/tax/tag_set.rb', line 24 property :list, [GOBL::CBC::KeyDefinition] |
#schema ⇒ String (readonly)
Schema that the tags are associated with.
18 |
# File 'lib/generated/gobl/tax/tag_set.rb', line 18 property :schema, String |