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



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

def ivars
  @ivars
end

#objectObject

Returns the value of attribute object



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

def object
  @object
end