Class: GOBL::Org::Registration

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

Overview

Registration is used in countries that require additional information to be associated with a company usually related to a specific registration office.

Constant Summary collapse

SCHEMA_ID =

The Schema ID of the GOBL Registration structure

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

Constants included from Hashme

Hashme::Boolean

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

#bookString (readonly)

Returns:

  • (String)


26
# File 'lib/gobl/org/registration.rb', line 26

property :book, String

#entryString (readonly)

Returns:

  • (String)


46
# File 'lib/gobl/org/registration.rb', line 46

property :entry, String

#officeString (readonly)

Returns:

  • (String)


22
# File 'lib/gobl/org/registration.rb', line 22

property :office, String

#pageString (readonly)

Returns:

  • (String)


42
# File 'lib/gobl/org/registration.rb', line 42

property :page, String

#sectionString (readonly)

Returns:

  • (String)


38
# File 'lib/gobl/org/registration.rb', line 38

property :section, String

#sheetString (readonly)

Returns:

  • (String)


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

property :sheet, String

#uuidGOBL::UUID::UUID (readonly)

Returns:



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

property :uuid, GOBL::UUID::UUID

#volumeString (readonly)

Returns:

  • (String)


30
# File 'lib/gobl/org/registration.rb', line 30

property :volume, String