Class: Wee::State::SnapshotIVars

Inherits:
Struct show all
Defined in:
lib/wee/state.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Wee::StructSnapshotMixin

#restore_snapshot, #take_snapshot

Instance Attribute Details

#ivarsObject

Returns the value of attribute ivars

Returns:

  • (Object)

    the current value of ivars



13
14
15
# File 'lib/wee/state.rb', line 13

def ivars
  @ivars
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



13
14
15
# File 'lib/wee/state.rb', line 13

def object
  @object
end