Class: Liteguard::SendUnadoptedGuardsRequest
- Inherits:
-
Data
- Object
- Data
- Liteguard::SendUnadoptedGuardsRequest
- Defined in:
- lib/liteguard/types.rb
Overview
SendUnadoptedGuardsRequest (mirrors proto message).
Instance Attribute Summary collapse
-
#environment ⇒ Object
readonly
Returns the value of attribute environment.
-
#guard_names ⇒ Object
readonly
Returns the value of attribute guard_names.
-
#project_client_key_id ⇒ Object
readonly
Returns the value of attribute project_client_key_id.
Instance Attribute Details
#environment ⇒ Object (readonly)
Returns the value of attribute environment
106 107 108 |
# File 'lib/liteguard/types.rb', line 106 def environment @environment end |
#guard_names ⇒ Object (readonly)
Returns the value of attribute guard_names
106 107 108 |
# File 'lib/liteguard/types.rb', line 106 def guard_names @guard_names end |
#project_client_key_id ⇒ Object (readonly)
Returns the value of attribute project_client_key_id
106 107 108 |
# File 'lib/liteguard/types.rb', line 106 def project_client_key_id @project_client_key_id end |