Class: Akatus::BoletoBancario
- Inherits:
-
PaymentType
- Object
- PaymentType
- Akatus::BoletoBancario
- Defined in:
- lib/akatus/payment_types.rb
Instance Attribute Summary collapse
-
#brand ⇒ Object
Returns the value of attribute brand.
Attributes inherited from PaymentType
Instance Method Summary collapse
Methods included from Transferrable
Instance Attribute Details
#brand ⇒ Object
Returns the value of attribute brand.
32 33 34 |
# File 'lib/akatus/payment_types.rb', line 32 def brand @brand end |
Instance Method Details
#to_payload ⇒ Object
33 34 35 |
# File 'lib/akatus/payment_types.rb', line 33 def to_payload { :meio_de_pagamento => 'boleto' } end |