Class: Softwear::Library::SpecDump::Record
- Inherits:
-
Struct
- Object
- Struct
- Softwear::Library::SpecDump::Record
- Defined in:
- lib/softwear/library/spec_dump.rb
Instance Attribute Summary collapse
-
#history ⇒ Object
Returns the value of attribute history.
-
#object ⇒ Object
Returns the value of attribute object.
Instance Method Summary collapse
Instance Attribute Details
#history ⇒ Object
Returns the value of attribute history
4 5 6 |
# File 'lib/softwear/library/spec_dump.rb', line 4 def history @history end |
#object ⇒ Object
Returns the value of attribute object
4 5 6 |
# File 'lib/softwear/library/spec_dump.rb', line 4 def object @object end |
Instance Method Details
#model ⇒ Object
5 |
# File 'lib/softwear/library/spec_dump.rb', line 5 def model; object.class; end |