Class: Upkeep::Subscriptions::Registrar::Registration

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

Instance Attribute Summary collapse

Instance Attribute Details

#decisionObject (readonly)

Returns the value of attribute decision

Returns:

  • (Object)

    the current value of decision



8
9
10
# File 'lib/upkeep/subscriptions/registrar.rb', line 8

def decision
  @decision
end

#identityObject (readonly)

Returns the value of attribute identity

Returns:

  • (Object)

    the current value of identity



8
9
10
# File 'lib/upkeep/subscriptions/registrar.rb', line 8

def identity
  @identity
end

#shapeObject (readonly)

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



8
9
10
# File 'lib/upkeep/subscriptions/registrar.rb', line 8

def shape
  @shape
end

#subscriptionObject (readonly)

Returns the value of attribute subscription

Returns:

  • (Object)

    the current value of subscription



8
9
10
# File 'lib/upkeep/subscriptions/registrar.rb', line 8

def subscription
  @subscription
end