Class: Liteguard::GuardsResponse
- Inherits:
-
Data
- Object
- Data
- Liteguard::GuardsResponse
- Defined in:
- lib/liteguard/types.rb
Overview
Parsed response from the guards endpoint.
Instance Attribute Summary collapse
-
#etag ⇒ Object
readonly
Returns the value of attribute etag.
-
#guards ⇒ Object
readonly
Returns the value of attribute guards.
-
#omitted_protected_property_names ⇒ Object
readonly
Returns the value of attribute omitted_protected_property_names.
-
#refresh_rate_seconds ⇒ Object
readonly
Returns the value of attribute refresh_rate_seconds.
Instance Attribute Details
#etag ⇒ Object (readonly)
Returns the value of attribute etag
77 78 79 |
# File 'lib/liteguard/types.rb', line 77 def etag @etag end |
#guards ⇒ Object (readonly)
Returns the value of attribute guards
77 78 79 |
# File 'lib/liteguard/types.rb', line 77 def guards @guards end |
#omitted_protected_property_names ⇒ Object (readonly)
Returns the value of attribute omitted_protected_property_names
77 78 79 |
# File 'lib/liteguard/types.rb', line 77 def omitted_protected_property_names @omitted_protected_property_names end |
#refresh_rate_seconds ⇒ Object (readonly)
Returns the value of attribute refresh_rate_seconds
77 78 79 |
# File 'lib/liteguard/types.rb', line 77 def refresh_rate_seconds @refresh_rate_seconds end |