Class: Liteguard::GetGuardsRequest
- Inherits:
-
Data
- Object
- Data
- Liteguard::GetGuardsRequest
- Defined in:
- lib/liteguard/types.rb
Overview
GetGuardsRequest (mirrors proto message).
Instance Attribute Summary collapse
-
#environment ⇒ Object
readonly
Returns the value of attribute environment.
-
#project_client_key_id ⇒ Object
readonly
Returns the value of attribute project_client_key_id.
-
#protected_context ⇒ Object
readonly
Returns the value of attribute protected_context.
Instance Attribute Details
#environment ⇒ Object (readonly)
Returns the value of attribute environment
39 40 41 |
# File 'lib/liteguard/types.rb', line 39 def environment @environment end |
#project_client_key_id ⇒ Object (readonly)
Returns the value of attribute 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_context ⇒ Object (readonly)
Returns the value of attribute protected_context
39 40 41 |
# File 'lib/liteguard/types.rb', line 39 def protected_context @protected_context end |