Class: SplitIoClient::Telemetry::Rates

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

Overview

sp: splits, se: segmentos, im: impressions, ev: events, t: telemetry

Instance Attribute Summary collapse

Instance Attribute Details

#evObject

Returns the value of attribute ev

Returns:

  • (Object)

    the current value of ev



11
12
13
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 11

def ev
  @ev
end

#imObject

Returns the value of attribute im

Returns:

  • (Object)

    the current value of im



11
12
13
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 11

def im
  @im
end

#seObject

Returns the value of attribute se

Returns:

  • (Object)

    the current value of se



11
12
13
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 11

def se
  @se
end

#spObject

Returns the value of attribute sp

Returns:

  • (Object)

    the current value of sp



11
12
13
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 11

def sp
  @sp
end

#teObject

Returns the value of attribute te

Returns:

  • (Object)

    the current value of te



11
12
13
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 11

def te
  @te
end