Method: Scrivito::AttributeContent#obj_class
- Defined in:
- app/cms/scrivito/attribute_content.rb
#obj_class ⇒ String
Returns the object class name of this CMS object.
199 200 201 |
# File 'app/cms/scrivito/attribute_content.rb', line 199 def obj_class data_from_cms.value_of('_obj_class') end |