Class: GOBL::Head::Stamp
- Defined in:
- lib/generated/gobl/head/stamp.rb
Overview
Stamp defines an official seal of approval from a third party like a governmental agency or intermediary and should thus be included in any official envelopes.
Constant Summary collapse
- SCHEMA_ID =
The Schema ID of the GOBL Stamp structure
'https://gobl.org/draft-0/head/stamp'
Instance Attribute Summary collapse
-
#prv ⇒ GOBL::CBC::Key
readonly
Identity of the agency used to create the stamp usually defined by each region.
-
#val ⇒ String
readonly
The serialized stamp value generated for or by the external agency.
Method Summary
Methods inherited from Object
Methods inherited from Struct
#as_json, from_data, from_json!, #to_json
Instance Attribute Details
#prv ⇒ GOBL::CBC::Key (readonly)
Identity of the agency used to create the stamp usually defined by each region.
18 |
# File 'lib/generated/gobl/head/stamp.rb', line 18 property :prv, GOBL::CBC::Key |
#val ⇒ String (readonly)
The serialized stamp value generated for or by the external agency
24 |
# File 'lib/generated/gobl/head/stamp.rb', line 24 property :val, String |