Class: TestProf::RSpecDissect::Span
- Inherits:
-
Struct
- Object
- Struct
- TestProf::RSpecDissect::Span
- Defined in:
- lib/test_prof/rspec_dissect.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
10 11 12 |
# File 'lib/test_prof/rspec_dissect.rb', line 10 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/test_prof/rspec_dissect.rb', line 10 def id @id end |
#meta ⇒ Object
Returns the value of attribute meta
10 11 12 |
# File 'lib/test_prof/rspec_dissect.rb', line 10 def @meta end |
#parent_id ⇒ Object
Returns the value of attribute parent_id
10 11 12 |
# File 'lib/test_prof/rspec_dissect.rb', line 10 def parent_id @parent_id end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/test_prof/rspec_dissect.rb', line 10 def type @type end |