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)

Identifier for this number.

Returns:

  • (String)


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

property :label, String

#titleString (readonly)

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

Returns:

  • (String)


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

property :title, String

#urlString (readonly)

URL for the website.

Returns:

  • (String)


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

property :url, String

#uuidGOBL::UUID::UUID (readonly)

Unique identity code

Returns:



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

property :uuid, GOBL::UUID::UUID