Class: GOBL::Org::Telephone
- Inherits:
-
GOBL::Object
- Object
- Struct
- GOBL::Object
- GOBL::Org::Telephone
- 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
-
#label ⇒ String
readonly
Identifier for this number.
-
#num ⇒ String
readonly
The number to be dialed in ITU E.164 international format.
-
#uuid ⇒ String
readonly
Universally Unique Identifier.
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.
23 |
# File 'lib/generated/gobl/org/telephone.rb', line 23 property :label, String |
#num ⇒ String (readonly)
The number to be dialed in ITU E.164 international format.
28 |
# File 'lib/generated/gobl/org/telephone.rb', line 28 property :num, String |
#uuid ⇒ String (readonly)
Universally Unique Identifier.
18 |
# File 'lib/generated/gobl/org/telephone.rb', line 18 property :uuid, String |