Class: Upkeep::Subscriptions::ShapeCache::Shape

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

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject (readonly)

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



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

def entries
  @entries
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#shared_stream_namesObject (readonly)

Returns the value of attribute shared_stream_names

Returns:

  • (Object)

    the current value of shared_stream_names



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

def shared_stream_names
  @shared_stream_names
end