Class: MangoModel::ScopeBlocked
- Inherits:
-
Object
- Object
- MangoModel::ScopeBlocked
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/scope_blocked.rb
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#inflows ⇒ Object
Returns the value of attribute inflows.
-
#outflows ⇒ Object
Returns the value of attribute outflows.
Method Summary
Methods included from MangoPay::Jsonifier
Instance Attribute Details
#inflows ⇒ Object
Returns the value of attribute inflows.
8 9 10 |
# File 'lib/mangopay/model/scope_blocked.rb', line 8 def inflows @inflows end |
#outflows ⇒ Object
Returns the value of attribute outflows.
10 11 12 |
# File 'lib/mangopay/model/scope_blocked.rb', line 10 def outflows @outflows end |