Method: Scrivito::AttributeContent::ClassMethods#attribute_definitions

Defined in:
app/cms/scrivito/attribute_content.rb

#attribute_definitionsScrivito::AttributeDefinitionCollection

Returns the attribute definitions.

[View source]

605
606
607
# File 'app/cms/scrivito/attribute_content.rb', line 605

def attribute_definitions
  AttributeDefinitionCollection.new(all_attribute_definitions)
end