Class: GOBL::Tax::Source
- Defined in:
- lib/generated/gobl/tax/source.rb
Overview
Source describes where the information for the taxes comes from.
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL Source structure
'https://gobl.org/draft-0/tax/regime#/$defs/Source'
Instance Attribute Summary collapse
-
#title ⇒ GOBL::I18n::String
readonly
Title of the linked source to help distinguish between this and other links.
-
#url ⇒ String
readonly
URL for the website.
Method Summary
Methods inherited from Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#title ⇒ GOBL::I18n::String (readonly)
Title of the linked source to help distinguish between this and other links.
18 |
# File 'lib/generated/gobl/tax/source.rb', line 18 property :title, GOBL::I18n::String |
#url ⇒ String (readonly)
URL for the website.
23 |
# File 'lib/generated/gobl/tax/source.rb', line 23 property :url, String |