Class: MangoModel::UserBlockStatus

Inherits:
EntityBase show all
Includes:
MangoPay::Jsonifier
Defined in:
lib/mangopay/model/entity/user_block_status.rb

Overview

UserBlockStatus entity

Constant Summary

Constants included from MangoPay::Jsonifier

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

Attributes inherited from EntityBase

#creation_date, #id, #tag

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Methods included from NonInstantiable

#initialize

Instance Attribute Details

#action_codeObject

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_blockedObject

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