Class: SplitIoClient::Telemetry::ClientMethodLatencies

Inherits:
Struct
  • Object
show all
Defined in:
lib/splitclient-rb/telemetry/domain/structs.rb

Overview

t: treatment, ts: treatments, tc: treatmentWithConfig, tcs: treatmentsWithConfig, tr: track

Instance Attribute Summary collapse

Instance Attribute Details

#tObject

Returns the value of attribute t

Returns:

  • (Object)

    the current value of t



28
29
30
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 28

def t
  @t
end

#tcObject

Returns the value of attribute tc

Returns:

  • (Object)

    the current value of tc



28
29
30
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 28

def tc
  @tc
end

#tcsObject

Returns the value of attribute tcs

Returns:

  • (Object)

    the current value of tcs



28
29
30
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 28

def tcs
  @tcs
end

#trObject

Returns the value of attribute tr

Returns:

  • (Object)

    the current value of tr



28
29
30
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 28

def tr
  @tr
end

#tsObject

Returns the value of attribute ts

Returns:

  • (Object)

    the current value of ts



28
29
30
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 28

def ts
  @ts
end