Class: Liteguard::GuardsResponse

Inherits:
Data
  • Object
show all
Defined in:
lib/liteguard/types.rb

Overview

Parsed response from the guards endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject (readonly)

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



46
47
48
# File 'lib/liteguard/types.rb', line 46

def etag
  @etag
end

#guardsObject (readonly)

Returns the value of attribute guards

Returns:

  • (Object)

    the current value of guards



46
47
48
# File 'lib/liteguard/types.rb', line 46

def guards
  @guards
end

#refresh_rate_secondsObject (readonly)

Returns the value of attribute refresh_rate_seconds

Returns:

  • (Object)

    the current value of refresh_rate_seconds



46
47
48
# File 'lib/liteguard/types.rb', line 46

def refresh_rate_seconds
  @refresh_rate_seconds
end