class Eol::DocumentAttachment
Public Instance Methods
base_path()
click to toggle source
# File lib/eol/resources/document_attachment.rb, line 7 def base_path "documents/DocumentAttachments" end
mandatory_attributes()
click to toggle source
# File lib/eol/resources/document_attachment.rb, line 11 def mandatory_attributes %i[attachment document file_name] end
other_attributes()
click to toggle source
# File lib/eol/resources/document_attachment.rb, line 15 def other_attributes [] end