Class: SpanTiming

Inherits:
Struct
  • Object
show all
Defined in:
lib/atatus/collector/base.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/atatus/collector/base.rb', line 10

def duration
  @duration
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



10
11
12
# File 'lib/atatus/collector/base.rb', line 10

def end
  @end
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/atatus/collector/base.rb', line 10

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/atatus/collector/base.rb', line 10

def name
  @name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



10
11
12
# File 'lib/atatus/collector/base.rb', line 10

def start
  @start
end

#subtypeObject

Returns the value of attribute subtype

Returns:

  • (Object)

    the current value of subtype



10
11
12
# File 'lib/atatus/collector/base.rb', line 10

def subtype
  @subtype
end

#transaction_idObject

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



10
11
12
# File 'lib/atatus/collector/base.rb', line 10

def transaction_id
  @transaction_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/atatus/collector/base.rb', line 10

def type
  @type
end