Class: GOBL::Org::Website
- Inherits:
-
GOBL::Object
- Object
- Struct
- GOBL::Object
- GOBL::Org::Website
- Defined in:
- lib/generated/gobl/org/website.rb
Overview
Website describes what is expected for a web address.
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL Website structure
'https://gobl.org/draft-0/org/website'
Instance Attribute Summary collapse
-
#label ⇒ String
readonly
Label for the website to show alongside the URL.
-
#title ⇒ String
readonly
Title of the website to help distinguish between this and other links.
-
#url ⇒ String
readonly
URL for the website.
-
#uuid ⇒ String
readonly
Universally Unique Identifier.
Method Summary
Methods inherited from GOBL::Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#label ⇒ String (readonly)
Label for the website to show alongside the URL.
23 |
# File 'lib/generated/gobl/org/website.rb', line 23 property :label, String |
#title ⇒ String (readonly)
Title of the website to help distinguish between this and other links.
28 |
# File 'lib/generated/gobl/org/website.rb', line 28 property :title, String |
#url ⇒ String (readonly)
URL for the website.
33 |
# File 'lib/generated/gobl/org/website.rb', line 33 property :url, String |
#uuid ⇒ String (readonly)
Universally Unique Identifier.
18 |
# File 'lib/generated/gobl/org/website.rb', line 18 property :uuid, String |