Class: PlateApi::PlateObject::SiteTranslation

Inherits:
Base
  • Object
show all
Defined in:
lib/plate_api/plate_object/site_translations.rb

Constant Summary

Constants inherited from Base

Base::HasManyRelations, Base::HasOneRelations

Instance Attribute Summary

Attributes inherited from Base

#attributes, #id, #object_handler, #relations

Class Method Summary collapse

Methods inherited from Base

#==, #api_name, #delete, #initialize, #inspect, #method_missing, #reload, #respond_to_missing?, #to_s, #update

Constructor Details

This class inherits a constructor from PlateApi::PlateObject::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class PlateApi::PlateObject::Base

Class Method Details

.api_nameObject



12
13
14
# File 'lib/plate_api/plate_object/site_translations.rb', line 12

def self.api_name
  "site_translations"
end

.parent_classObject



16
17
18
# File 'lib/plate_api/plate_object/site_translations.rb', line 16

def self.parent_class
  Site
end