Class: Upkeep::Subscriptions::ShapeCache::TemplateSubscription
- Inherits:
-
Data
- Object
- Data
- Upkeep::Subscriptions::ShapeCache::TemplateSubscription
- Defined in:
- lib/upkeep/subscriptions/shape.rb
Instance Attribute Summary collapse
-
#graph ⇒ Object
readonly
Returns the value of attribute graph.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#recorder ⇒ Object
readonly
Returns the value of attribute recorder.
-
#subscriber_id ⇒ Object
readonly
Returns the value of attribute subscriber_id.
Instance Attribute Details
#graph ⇒ Object (readonly)
Returns the value of attribute graph
14 15 16 |
# File 'lib/upkeep/subscriptions/shape.rb', line 14 def graph @graph end |
#id ⇒ Object (readonly)
Returns the value of attribute id
14 15 16 |
# File 'lib/upkeep/subscriptions/shape.rb', line 14 def id @id end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
14 15 16 |
# File 'lib/upkeep/subscriptions/shape.rb', line 14 def @metadata end |
#recorder ⇒ Object (readonly)
Returns the value of attribute recorder
14 15 16 |
# File 'lib/upkeep/subscriptions/shape.rb', line 14 def recorder @recorder end |
#subscriber_id ⇒ Object (readonly)
Returns the value of attribute subscriber_id
14 15 16 |
# File 'lib/upkeep/subscriptions/shape.rb', line 14 def subscriber_id @subscriber_id end |