class PlateApi::PlateObject::AttachmentFolder

Public Class Methods

api_name() click to toggle source
# File lib/plate_api/plate_object/attachment_folder.rb, line 7
def self.api_name
  "attachment_folders"
end
parent_class() click to toggle source
# File lib/plate_api/plate_object/attachment_folder.rb, line 11
def self.parent_class
  Site
end