Class: DiscordRDA::Tracer::Span

Inherits:
Struct
  • Object
show all
Defined in:
lib/discord_rda/core/tracer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



5
6
7
# File 'lib/discord_rda/core/tracer.rb', line 5

def attributes
  @attributes
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



5
6
7
# File 'lib/discord_rda/core/tracer.rb', line 5

def error
  @error
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



5
6
7
# File 'lib/discord_rda/core/tracer.rb', line 5

def finished_at
  @finished_at
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/discord_rda/core/tracer.rb', line 5

def name
  @name
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



5
6
7
# File 'lib/discord_rda/core/tracer.rb', line 5

def started_at
  @started_at
end