Class: Liteguard::SendUnadoptedGuardsRequest

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

Overview

SendUnadoptedGuardsRequest (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



106
107
108
# File 'lib/liteguard/types.rb', line 106

def environment
  @environment
end

#guard_namesObject (readonly)

Returns the value of attribute guard_names

Returns:

  • (Object)

    the current value of guard_names



106
107
108
# File 'lib/liteguard/types.rb', line 106

def guard_names
  @guard_names
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



106
107
108
# File 'lib/liteguard/types.rb', line 106

def project_client_key_id
  @project_client_key_id
end