Class: GOBL::Org::Website

Inherits:
GOBL::Object show all
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

Method Summary

Methods inherited from GOBL::Object

new

Methods inherited from Struct

#as_json, from_data, from_json!, #to_json

Instance Attribute Details

#labelString (readonly)

Label for the website to show alongside the URL.

Returns:

  • (String)


23
# File 'lib/generated/gobl/org/website.rb', line 23

property :label, String

#titleString (readonly)

Title of the website to help distinguish between this and other links.

Returns:

  • (String)


28
# File 'lib/generated/gobl/org/website.rb', line 28

property :title, String

#urlString (readonly)

URL for the website.

Returns:

  • (String)


33
# File 'lib/generated/gobl/org/website.rb', line 33

property :url, String

#uuidString (readonly)

Universally Unique Identifier.

Returns:

  • (String)


18
# File 'lib/generated/gobl/org/website.rb', line 18

property :uuid, String