Class: Upkeep::Subscriptions::ShapeCache::Result
- Inherits:
-
Data
- Object
- Data
- Upkeep::Subscriptions::ShapeCache::Result
- Defined in:
- lib/upkeep/subscriptions/shape.rb
Instance Attribute Summary collapse
-
#cache_state ⇒ Object
readonly
Returns the value of attribute cache_state.
-
#cacheable ⇒ Object
readonly
Returns the value of attribute cacheable.
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#shared_stream_names ⇒ Object
readonly
Returns the value of attribute shared_stream_names.
-
#timings ⇒ Object
readonly
Returns the value of attribute timings.
Instance Attribute Details
#cache_state ⇒ Object (readonly)
Returns the value of attribute cache_state
13 14 15 |
# File 'lib/upkeep/subscriptions/shape.rb', line 13 def cache_state @cache_state end |
#cacheable ⇒ Object (readonly)
Returns the value of attribute cacheable
13 14 15 |
# File 'lib/upkeep/subscriptions/shape.rb', line 13 def cacheable @cacheable end |
#entries ⇒ Object (readonly)
Returns the value of attribute entries
13 14 15 |
# File 'lib/upkeep/subscriptions/shape.rb', line 13 def entries @entries end |
#key ⇒ Object (readonly)
Returns the value of attribute key
13 14 15 |
# File 'lib/upkeep/subscriptions/shape.rb', line 13 def key @key end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
13 14 15 |
# File 'lib/upkeep/subscriptions/shape.rb', line 13 def reason @reason end |
#shared_stream_names ⇒ Object (readonly)
Returns the value of attribute shared_stream_names
13 14 15 |
# File 'lib/upkeep/subscriptions/shape.rb', line 13 def shared_stream_names @shared_stream_names end |
#timings ⇒ Object (readonly)
Returns the value of attribute timings
13 14 15 |
# File 'lib/upkeep/subscriptions/shape.rb', line 13 def timings @timings end |