Class: GOBL::Org::Registration
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
new
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#book ⇒ String
26
|
# File 'lib/gobl/org/registration.rb', line 26
property :book, String
|
#entry ⇒ String
46
|
# File 'lib/gobl/org/registration.rb', line 46
property :entry, String
|
#office ⇒ String
22
|
# File 'lib/gobl/org/registration.rb', line 22
property :office, String
|
#page ⇒ String
42
|
# File 'lib/gobl/org/registration.rb', line 42
property :page, String
|
#section ⇒ String
38
|
# File 'lib/gobl/org/registration.rb', line 38
property :section, String
|
#sheet ⇒ String
34
|
# File 'lib/gobl/org/registration.rb', line 34
property :sheet, String
|
18
|
# File 'lib/gobl/org/registration.rb', line 18
property :uuid, GOBL::UUID::UUID
|
#volume ⇒ String
30
|
# File 'lib/gobl/org/registration.rb', line 30
property :volume, String
|