Class: GOBL::Org::Email

Inherits:
GOBL::Object show all
Defined in:
lib/generated/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'

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

#addrString (readonly)

Electronic mailing address.

Returns:

  • (String)


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

property :addr, String

#labelString (readonly)

Identifier for the email.

Returns:

  • (String)


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

property :label, String

#metaGOBL::CBC::Meta (readonly)

Additional fields.

Returns:



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

property :meta, GOBL::CBC::Meta

#uuidString (readonly)

Universally Unique Identifier.

Returns:

  • (String)


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

property :uuid, String