Class: Pokepay::Response::UnpermittedAdminUser
- Inherits:
-
Object
- Object
- Pokepay::Response::UnpermittedAdminUser
- Defined in:
- lib/pokepay_partner_ruby_sdk/response/unpermitted_admin_user.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(row) ⇒ UnpermittedAdminUser
constructor
A new instance of UnpermittedAdminUser.
Constructor Details
#initialize(row) ⇒ UnpermittedAdminUser
Returns a new instance of UnpermittedAdminUser.
6 7 8 9 |
# File 'lib/pokepay_partner_ruby_sdk/response/unpermitted_admin_user.rb', line 6 def initialize(row) @type = row["type"] @message = row["message"] end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
11 12 13 |
# File 'lib/pokepay_partner_ruby_sdk/response/unpermitted_admin_user.rb', line 11 def @message end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
10 11 12 |
# File 'lib/pokepay_partner_ruby_sdk/response/unpermitted_admin_user.rb', line 10 def type @type end |