Class: Quonfig::ConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/quonfig/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



20
21
22
# File 'lib/quonfig/types.rb', line 20

def default
  @default
end

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



20
21
22
# File 'lib/quonfig/types.rb', line 20

def environment
  @environment
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



20
21
22
# File 'lib/quonfig/types.rb', line 20

def id
  @id
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



20
21
22
# File 'lib/quonfig/types.rb', line 20

def key
  @key
end

#send_to_client_sdkObject

Returns the value of attribute send_to_client_sdk

Returns:

  • (Object)

    the current value of send_to_client_sdk



20
21
22
# File 'lib/quonfig/types.rb', line 20

def send_to_client_sdk
  @send_to_client_sdk
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



20
21
22
# File 'lib/quonfig/types.rb', line 20

def type
  @type
end

#value_typeObject

Returns the value of attribute value_type

Returns:

  • (Object)

    the current value of value_type



20
21
22
# File 'lib/quonfig/types.rb', line 20

def value_type
  @value_type
end