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



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

def duration
  @duration
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



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

def end
  @end
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end

#subtypeObject

Returns the value of attribute subtype

Returns:

  • (Object)

    the current value of subtype



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

def subtype
  @subtype
end

#transaction_idObject

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



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

def transaction_id
  @transaction_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end