Class: Upkeep::Subscriptions::Registrar::Registration
- Inherits:
-
Data
- Object
- Data
- Upkeep::Subscriptions::Registrar::Registration
- Defined in:
- lib/upkeep/subscriptions/registrar.rb
Instance Attribute Summary collapse
-
#decision ⇒ Object
readonly
Returns the value of attribute decision.
-
#identity ⇒ Object
readonly
Returns the value of attribute identity.
-
#shape ⇒ Object
readonly
Returns the value of attribute shape.
-
#subscription ⇒ Object
readonly
Returns the value of attribute subscription.
Instance Attribute Details
#decision ⇒ Object (readonly)
Returns the value of attribute decision
8 9 10 |
# File 'lib/upkeep/subscriptions/registrar.rb', line 8 def decision @decision end |
#identity ⇒ Object (readonly)
Returns the value of attribute identity
8 9 10 |
# File 'lib/upkeep/subscriptions/registrar.rb', line 8 def identity @identity end |
#shape ⇒ Object (readonly)
Returns the value of attribute shape
8 9 10 |
# File 'lib/upkeep/subscriptions/registrar.rb', line 8 def shape @shape end |
#subscription ⇒ Object (readonly)
Returns the value of attribute subscription
8 9 10 |
# File 'lib/upkeep/subscriptions/registrar.rb', line 8 def subscription @subscription end |