Skip to content

Commit

Permalink
fix: Add metadata field to Document object
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvy authored and opti committed Jul 10, 2024
1 parent 7155e10 commit 61b4305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/panda_doc/objects/document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Document < Base

attribute? :tokens, Types::Array.of(Objects::Token)
attribute? :fields, Types::Array.of(Objects::Field)
attribute? :metadata, Types::Hash

alias_method :created_at, :date_created
alias_method :updated_at, :date_modified
Expand Down

0 comments on commit 61b4305

Please sign in to comment.