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



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

def duration
  @duration
end

#endObject

Returns the value of attribute end



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

def end
  @end
end

#idObject

Returns the value of attribute id



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

def id
  @id
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#startObject

Returns the value of attribute start



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

def start
  @start
end

#subtypeObject

Returns the value of attribute 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



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

def transaction_id
  @transaction_id
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end