Class: PagSeguro::SubscriptionPaymentMethod
- Inherits:
-
Object
- Object
- PagSeguro::SubscriptionPaymentMethod
- Includes:
- Extensions::EnsureType, Extensions::MassAssignment
- Defined in:
- lib/pagseguro/subscription_payment_method.rb
Instance Attribute Summary collapse
-
#holder ⇒ Object
Get the holder.
-
#token ⇒ Object
Set the token.
Instance Method Summary collapse
Methods included from Extensions::EnsureType
Methods included from Extensions::MassAssignment
Instance Attribute Details
#holder ⇒ Object
Get the holder
10 11 12 |
# File 'lib/pagseguro/subscription_payment_method.rb', line 10 def holder @holder end |
#token ⇒ Object
Set the token
7 8 9 |
# File 'lib/pagseguro/subscription_payment_method.rb', line 7 def token @token end |
Instance Method Details
#type ⇒ Object
17 18 19 |
# File 'lib/pagseguro/subscription_payment_method.rb', line 17 def type 'CREDITCARD' end |