Class: Upkeep::Subscriptions::ShapeCache::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/upkeep/subscriptions/shape.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_stateObject (readonly)

Returns the value of attribute cache_state

Returns:

  • (Object)

    the current value of cache_state



13
14
15
# File 'lib/upkeep/subscriptions/shape.rb', line 13

def cache_state
  @cache_state
end

#cacheableObject (readonly)

Returns the value of attribute cacheable

Returns:

  • (Object)

    the current value of cacheable



13
14
15
# File 'lib/upkeep/subscriptions/shape.rb', line 13

def cacheable
  @cacheable
end

#entriesObject (readonly)

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



13
14
15
# File 'lib/upkeep/subscriptions/shape.rb', line 13

def entries
  @entries
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



13
14
15
# File 'lib/upkeep/subscriptions/shape.rb', line 13

def key
  @key
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



13
14
15
# File 'lib/upkeep/subscriptions/shape.rb', line 13

def reason
  @reason
end

#shared_stream_namesObject (readonly)

Returns the value of attribute shared_stream_names

Returns:

  • (Object)

    the current value of shared_stream_names



13
14
15
# File 'lib/upkeep/subscriptions/shape.rb', line 13

def shared_stream_names
  @shared_stream_names
end

#timingsObject (readonly)

Returns the value of attribute timings

Returns:

  • (Object)

    the current value of timings



13
14
15
# File 'lib/upkeep/subscriptions/shape.rb', line 13

def timings
  @timings
end