Class: GOBL::Org::Email
- Inherits:
-
GOBL::Object
- Object
- Struct
- GOBL::Object
- GOBL::Org::Email
- Defined in:
- lib/gobl/org/email.rb
Overview
Email describes the electronic mailing details.
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL Email structure
'https://gobl.org/draft-0/org/email'
Constants included from Hashme
Instance Attribute Summary collapse
-
#addr ⇒ String
readonly
Electronic mailing address.
-
#label ⇒ String
readonly
Identifier for the email.
-
#meta ⇒ GOBL::CBC::Meta
readonly
Additional fields.
-
#uuid ⇒ GOBL::UUID::UUID
readonly
Unique identity code.
Method Summary
Methods inherited from GOBL::Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#addr ⇒ String (readonly)
Electronic mailing address.
29 |
# File 'lib/gobl/org/email.rb', line 29 property :addr, String |
#label ⇒ String (readonly)
Identifier for the email.
24 |
# File 'lib/gobl/org/email.rb', line 24 property :label, String |
#meta ⇒ GOBL::CBC::Meta (readonly)
Additional fields.
35 |
# File 'lib/gobl/org/email.rb', line 35 property :meta, GOBL::CBC::Meta |
#uuid ⇒ GOBL::UUID::UUID (readonly)
Unique identity code
19 |
# File 'lib/gobl/org/email.rb', line 19 property :uuid, GOBL::UUID::UUID |