Module: GOBL::Extensions::DocumentHelper::ClassMethods
- Included in:
- Document
- Defined in:
- lib/gobl/extensions/document_helper.rb
Instance Method Summary collapse
-
#embed(struct) ⇒ Document
Embeds the given GOBL struct in a new document injecting the proper Schema ID.
Instance Method Details
#embed(struct) ⇒ Document
Embeds the given GOBL struct in a new document injecting the proper Schema ID.
39 40 41 42 43 |
# File 'lib/gobl/extensions/document_helper.rb', line 39 def (struct) new struct.as_json.merge( '$schema' => struct.class::SCHEMA_ID ) end |