class Elmas::DocumentAttachment

Public Instance Methods

base_path() click to toggle source
# File lib/elmas/resources/document_attachment.rb, line 7
def base_path
  "documents/DocumentAttachments"
end
mandatory_attributes() click to toggle source
# File lib/elmas/resources/document_attachment.rb, line 11
def mandatory_attributes
  %i[attachment document file_name]
end
other_attributes() click to toggle source
# File lib/elmas/resources/document_attachment.rb, line 15
def other_attributes
  []
end