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