Class: Upkeep::Subscriptions::ShapeCache::TemplateSubscription

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

Instance Attribute Summary collapse

Instance Attribute Details

#graphObject (readonly)

Returns the value of attribute graph

Returns:

  • (Object)

    the current value of graph



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

def graph
  @graph
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



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

def 
  @metadata
end

#recorderObject (readonly)

Returns the value of attribute recorder

Returns:

  • (Object)

    the current value of recorder



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

def recorder
  @recorder
end

#subscriber_idObject (readonly)

Returns the value of attribute subscriber_id

Returns:

  • (Object)

    the current value of subscriber_id



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

def subscriber_id
  @subscriber_id
end