Class: GOBL::Org::Telephone

Inherits:
GOBL::Object show all
Defined in:
lib/generated/gobl/org/telephone.rb

Overview

Telephone describes what is expected for a telephone number.

Constant Summary collapse

SCHEMA_ID =

The Schema ID of the GOBL Telephone structure

'https://gobl.org/draft-0/org/telephone'

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)


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

property :label, String

#numString (readonly)

The number to be dialed in ITU E.164 international format.

Returns:

  • (String)


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

property :num, String

#uuidString (readonly)

Universally Unique Identifier.

Returns:

  • (String)


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

property :uuid, String