Class: PagSeguro::SubscriptionRetry
- Inherits:
-
Object
- Object
- PagSeguro::SubscriptionRetry
- Defined in:
- lib/pagseguro/subscription_retry.rb,
lib/pagseguro/subscription_retry/response.rb
Defined Under Namespace
Classes: Response
Instance Attribute Summary collapse
-
#payment_order_code ⇒ Object
Returns the value of attribute payment_order_code.
-
#subscription_code ⇒ Object
Returns the value of attribute subscription_code.
Attributes included from Extensions::Credentiable
Instance Method Summary collapse
Methods included from Extensions::MassAssignment
Instance Attribute Details
#payment_order_code ⇒ Object
Returns the value of attribute payment_order_code.
6 7 8 |
# File 'lib/pagseguro/subscription_retry.rb', line 6 def payment_order_code @payment_order_code end |
#subscription_code ⇒ Object
Returns the value of attribute subscription_code.
7 8 9 |
# File 'lib/pagseguro/subscription_retry.rb', line 7 def subscription_code @subscription_code end |