class Eol::Document

Public Instance Methods

base_path() click to toggle source
# File lib/eol/resources/document.rb, line 7
def base_path
  "documents/Documents"
end
mandatory_attributes() click to toggle source
# File lib/eol/resources/document.rb, line 11
def mandatory_attributes
  %i[subject type]
end
other_attributes() click to toggle source
# File lib/eol/resources/document.rb, line 15
def other_attributes
  %i[
    account amount_FC body category category_description creator_full_name
    currency document_date document_folder financial_transaction_entry_ID
    HID language opportunity sales_invoice_number shop_order_number
  ]
end