Class: PagSeguro::ReceiverSplit
- Inherits:
-
Object
- Object
- PagSeguro::ReceiverSplit
- Includes:
- Extensions::EnsureType, Extensions::MassAssignment
- Defined in:
- lib/pagseguro/receiver_split.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Set amount.
-
#fee_percent ⇒ Object
Set fee percent.
-
#rate_percent ⇒ Object
Set rate percent.
Method Summary
Methods included from Extensions::EnsureType
Methods included from Extensions::MassAssignment
Instance Attribute Details
#amount ⇒ Object
Set amount.
7 8 9 |
# File 'lib/pagseguro/receiver_split.rb', line 7 def amount @amount end |
#fee_percent ⇒ Object
Set fee percent.
13 14 15 |
# File 'lib/pagseguro/receiver_split.rb', line 13 def fee_percent @fee_percent end |
#rate_percent ⇒ Object
Set rate percent.
10 11 12 |
# File 'lib/pagseguro/receiver_split.rb', line 10 def rate_percent @rate_percent end |