Class: Adva::Static::Import::Model::Page

Inherits:
Section
  • Object
show all
Defined in:
lib/adva/static/import/model/page.rb

Instance Attribute Summary

Attributes inherited from Section

#parent

Attributes inherited from Base

#source

Instance Method Summary collapse

Methods inherited from Section

#initialize, #parent_id, #record, #site, #site_id, #type

Methods inherited from Base

#attribute?, #attribute_value, #attributes, #initialize, #model, #model_name, #update!, #updated_record

Constructor Details

This class inherits a constructor from Adva::Static::Import::Model::Section

Instance Method Details

#attribute_namesObject



6
7
8
# File 'lib/adva/static/import/model/page.rb', line 6

def attribute_names
  @attribute_names ||= super | [:body]
end