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)


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

property :label, String

#numString (readonly)

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

Returns:

  • (String)


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

property :num, String

#uuidGOBL::UUID::UUID (readonly)

Unique identity code

Returns:



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

property :uuid, GOBL::UUID::UUID