Class: Liteguard::Client::GuardBundle

Inherits:
Struct
  • Object
show all
Defined in:
lib/liteguard/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



20
21
22
# File 'lib/liteguard/client.rb', line 20

def etag
  @etag
end

#guardsObject

Returns the value of attribute guards

Returns:

  • (Object)

    the current value of guards



20
21
22
# File 'lib/liteguard/client.rb', line 20

def guards
  @guards
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



20
21
22
# File 'lib/liteguard/client.rb', line 20

def key
  @key
end

#protected_contextObject

Returns the value of attribute protected_context

Returns:

  • (Object)

    the current value of protected_context



20
21
22
# File 'lib/liteguard/client.rb', line 20

def protected_context
  @protected_context
end

#readyObject

Returns the value of attribute ready

Returns:

  • (Object)

    the current value of ready



20
21
22
# File 'lib/liteguard/client.rb', line 20

def ready
  @ready
end

#refresh_rate_secondsObject

Returns the value of attribute refresh_rate_seconds

Returns:

  • (Object)

    the current value of refresh_rate_seconds



20
21
22
# File 'lib/liteguard/client.rb', line 20

def refresh_rate_seconds
  @refresh_rate_seconds
end