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.
-
#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
58 59 60 |
# File 'lib/liteguard/types.rb', line 58 def etag @etag end |
#guards ⇒ Object (readonly)
Returns the value of attribute guards
58 59 60 |
# File 'lib/liteguard/types.rb', line 58 def guards @guards end |
#refresh_rate_seconds ⇒ Object (readonly)
Returns the value of attribute refresh_rate_seconds
58 59 60 |
# File 'lib/liteguard/types.rb', line 58 def refresh_rate_seconds @refresh_rate_seconds end |