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
Identifier for this number.
-
#title ⇒ String
readonly
Title of the website to help distinguish between this and other links.
-
#url ⇒ String
readonly
URL for the website.
-
#uuid ⇒ GOBL::UUID::UUID
readonly
Unique identity code.
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)
Identifier for this number.
24 |
# File 'lib/generated/gobl/org/website.rb', line 24 property :label, String |
#title ⇒ String (readonly)
Title of the website to help distinguish between this and other links.
29 |
# File 'lib/generated/gobl/org/website.rb', line 29 property :title, String |
#url ⇒ String (readonly)
URL for the website.
34 |
# File 'lib/generated/gobl/org/website.rb', line 34 property :url, String |
#uuid ⇒ GOBL::UUID::UUID (readonly)
Unique identity code
19 |
# File 'lib/generated/gobl/org/website.rb', line 19 property :uuid, GOBL::UUID::UUID |