Class: Softwear::Library::SpecDump::Record

Inherits:
Struct
  • Object
show all
Defined in:
lib/softwear/library/spec_dump.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#historyObject

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



4
5
6
# File 'lib/softwear/library/spec_dump.rb', line 4

def history
  @history
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



4
5
6
# File 'lib/softwear/library/spec_dump.rb', line 4

def object
  @object
end

Instance Method Details

#modelObject



5
# File 'lib/softwear/library/spec_dump.rb', line 5

def model; object.class; end