Class: MangoModel::UserBlockStatus
- Inherits:
-
EntityBase
- Object
- EntityBase
- MangoModel::UserBlockStatus
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/entity/user_block_status.rb
Overview
UserBlockStatus entity
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#action_code ⇒ Object
Returns the value of attribute action_code.
-
#scope_blocked ⇒ Object
Returns the value of attribute scope_blocked.
Attributes inherited from EntityBase
Method Summary
Methods included from MangoPay::Jsonifier
Methods included from NonInstantiable
Instance Attribute Details
#action_code ⇒ Object
Returns the value of attribute action_code.
11 12 13 |
# File 'lib/mangopay/model/entity/user_block_status.rb', line 11 def action_code @action_code end |
#scope_blocked ⇒ Object
Returns the value of attribute scope_blocked.
9 10 11 |
# File 'lib/mangopay/model/entity/user_block_status.rb', line 9 def scope_blocked @scope_blocked end |