class PlateApi::PlateObject::SiteTranslation

Public Class Methods

api_name() click to toggle source
# File lib/plate_api/plate_object/site_translations.rb, line 12
def self.api_name
  "site_translations"
end
parent_class() click to toggle source
# File lib/plate_api/plate_object/site_translations.rb, line 16
def self.parent_class
  Site
end