Class: TestProf::RSpecDissect::Span

Inherits:
Struct
  • Object
show all
Defined in:
lib/test_prof/rspec_dissect.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



10
11
12
# File 'lib/test_prof/rspec_dissect.rb', line 10

def duration
  @duration
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/test_prof/rspec_dissect.rb', line 10

def id
  @id
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



10
11
12
# File 'lib/test_prof/rspec_dissect.rb', line 10

def meta
  @meta
end

#parent_idObject

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



10
11
12
# File 'lib/test_prof/rspec_dissect.rb', line 10

def parent_id
  @parent_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/test_prof/rspec_dissect.rb', line 10

def type
  @type
end