Class: Wee::Page

Inherits:
Struct show all
Defined in:
lib/wee/page.rb,
lib/wee/core/page.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#restore_snapshot, #take_snapshot

Instance Attribute Details

#callbacksObject

Returns the value of attribute callbacks

Returns:

  • (Object)

    the current value of callbacks



1
2
3
# File 'lib/wee/page.rb', line 1

def callbacks
  @callbacks
end

#snapshotObject

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



1
2
3
# File 'lib/wee/page.rb', line 1

def snapshot
  @snapshot
end