Class: Liteguard::GetGuardsRequest

Inherits:
Data
  • Object
show all
Defined in:
lib/liteguard/types.rb

Overview

GetGuardsRequest (mirrors proto message).

Instance Attribute Summary collapse

Instance Attribute Details

#environmentObject (readonly)

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



39
40
41
# File 'lib/liteguard/types.rb', line 39

def environment
  @environment
end

#project_client_key_idObject (readonly)

Returns the value of attribute project_client_key_id

Returns:

  • (Object)

    the current value of project_client_key_id



39
40
41
# File 'lib/liteguard/types.rb', line 39

def project_client_key_id
  @project_client_key_id
end

#protected_contextObject (readonly)

Returns the value of attribute protected_context

Returns:

  • (Object)

    the current value of protected_context



39
40
41
# File 'lib/liteguard/types.rb', line 39

def protected_context
  @protected_context
end