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



77
78
79
# File 'lib/liteguard/types.rb', line 77

def etag
  @etag
end

#guardsObject (readonly)

Returns the value of attribute guards

Returns:

  • (Object)

    the current value of guards



77
78
79
# File 'lib/liteguard/types.rb', line 77

def guards
  @guards
end

#omitted_protected_property_namesObject (readonly)

Returns the value of attribute omitted_protected_property_names

Returns:

  • (Object)

    the current value of omitted_protected_property_names



77
78
79
# File 'lib/liteguard/types.rb', line 77

def omitted_protected_property_names
  @omitted_protected_property_names
end

#refresh_rate_secondsObject (readonly)

Returns the value of attribute refresh_rate_seconds

Returns:

  • (Object)

    the current value of refresh_rate_seconds



77
78
79
# File 'lib/liteguard/types.rb', line 77

def refresh_rate_seconds
  @refresh_rate_seconds
end