Class: SplitIoClient::Telemetry::LastSynchronization

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

Overview

sp: splits, se: segments, im: impressions, ic:impression count, ev: events, te: telemetry, to: token.

Instance Attribute Summary collapse

Instance Attribute Details

#evObject

Returns the value of attribute ev

Returns:

  • (Object)

    the current value of ev



6
7
8
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 6

def ev
  @ev
end

#icObject

Returns the value of attribute ic

Returns:

  • (Object)

    the current value of ic



6
7
8
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 6

def ic
  @ic
end

#imObject

Returns the value of attribute im

Returns:

  • (Object)

    the current value of im



6
7
8
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 6

def im
  @im
end

#seObject

Returns the value of attribute se

Returns:

  • (Object)

    the current value of se



6
7
8
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 6

def se
  @se
end

#spObject

Returns the value of attribute sp

Returns:

  • (Object)

    the current value of sp



6
7
8
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 6

def sp
  @sp
end

#teObject

Returns the value of attribute te

Returns:

  • (Object)

    the current value of te



6
7
8
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 6

def te
  @te
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



6
7
8
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 6

def to
  @to
end