Class: Liteguard::Client::GuardBundle
- Inherits:
-
Struct
- Object
- Struct
- Liteguard::Client::GuardBundle
- Defined in:
- lib/liteguard/client.rb
Instance Attribute Summary collapse
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#guards ⇒ Object
Returns the value of attribute guards.
-
#key ⇒ Object
Returns the value of attribute key.
-
#protected_context ⇒ Object
Returns the value of attribute protected_context.
-
#ready ⇒ Object
Returns the value of attribute ready.
-
#refresh_rate_seconds ⇒ Object
Returns the value of attribute refresh_rate_seconds.
Instance Attribute Details
#etag ⇒ Object
Returns the value of attribute etag
20 21 22 |
# File 'lib/liteguard/client.rb', line 20 def etag @etag end |
#guards ⇒ Object
Returns the value of attribute guards
20 21 22 |
# File 'lib/liteguard/client.rb', line 20 def guards @guards end |
#key ⇒ Object
Returns the value of attribute key
20 21 22 |
# File 'lib/liteguard/client.rb', line 20 def key @key end |
#protected_context ⇒ Object
Returns the value of attribute protected_context
20 21 22 |
# File 'lib/liteguard/client.rb', line 20 def protected_context @protected_context end |
#ready ⇒ Object
Returns the value of attribute ready
20 21 22 |
# File 'lib/liteguard/client.rb', line 20 def ready @ready end |
#refresh_rate_seconds ⇒ Object
Returns the value of attribute refresh_rate_seconds
20 21 22 |
# File 'lib/liteguard/client.rb', line 20 def refresh_rate_seconds @refresh_rate_seconds end |