Class: SplitIoClient::Telemetry::UrlOverrides

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

Overview

s: sdkUrl, e: eventsUrl, a: authUrl, st: streamUrl, t: telemetryUrl

Instance Attribute Summary collapse

Instance Attribute Details

#aObject

Returns the value of attribute a

Returns:

  • (Object)

    the current value of a



14
15
16
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 14

def a
  @a
end

#eObject

Returns the value of attribute e

Returns:

  • (Object)

    the current value of e



14
15
16
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 14

def e
  @e
end

#sObject

Returns the value of attribute s

Returns:

  • (Object)

    the current value of s



14
15
16
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 14

def s
  @s
end

#stObject

Returns the value of attribute st

Returns:

  • (Object)

    the current value of st



14
15
16
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 14

def st
  @st
end

#tObject

Returns the value of attribute t

Returns:

  • (Object)

    the current value of t



14
15
16
# File 'lib/splitclient-rb/telemetry/domain/structs.rb', line 14

def t
  @t
end