Class: EmptyPage

Inherits:
Page
  • Object
show all
Defined in:
lib/soks-model.rb

Instance Attribute Summary

Attributes inherited from Page

#content, #content_lock, #inserted_into, #links_from, #links_lock, #links_to, #name, #revisions

Instance Method Summary collapse

Methods inherited from Page

#<=>, #created_on, #deleted?, empty, #initialize, #is_inserted_into, #method_missing, #name_for_index, #revise, #revision, #rollback, #score, #textile

Constructor Details

This class inherits a constructor from Page

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Page

Instance Method Details

#empty?Boolean

Returns:

  • (Boolean)


114
# File 'lib/soks-model.rb', line 114

def empty?; true; end