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_token ⇒ Object
readonly
Returns the value of attribute project_client_token.
-
#protected_context ⇒ Object
readonly
Returns the value of attribute protected_context.
Instance Attribute Details
#environment ⇒ Object (readonly)
Returns the value of attribute environment
51 52 53 |
# File 'lib/liteguard/types.rb', line 51 def environment @environment end |
#project_client_token ⇒ Object (readonly)
Returns the value of attribute project_client_token
51 52 53 |
# File 'lib/liteguard/types.rb', line 51 def project_client_token @project_client_token end |
#protected_context ⇒ Object (readonly)
Returns the value of attribute protected_context
51 52 53 |
# File 'lib/liteguard/types.rb', line 51 def protected_context @protected_context end |