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



51
52
53
# File 'lib/liteguard/types.rb', line 51

def environment
  @environment
end

#project_client_tokenObject (readonly)

Returns the value of attribute project_client_token

Returns:

  • (Object)

    the current value of project_client_token



51
52
53
# File 'lib/liteguard/types.rb', line 51

def project_client_token
  @project_client_token
end

#protected_contextObject (readonly)

Returns the value of attribute protected_context

Returns:

  • (Object)

    the current value of protected_context



51
52
53
# File 'lib/liteguard/types.rb', line 51

def protected_context
  @protected_context
end