Class: Pokepay::Response::PartnerClientNotFound
- Inherits:
-
Object
- Object
- Pokepay::Response::PartnerClientNotFound
- Defined in:
- lib/pokepay_partner_ruby_sdk/response/partner_client_not_found.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) ⇒ PartnerClientNotFound
constructor
A new instance of PartnerClientNotFound.
Constructor Details
#initialize(row) ⇒ PartnerClientNotFound
Returns a new instance of PartnerClientNotFound.
6 7 8 9 |
# File 'lib/pokepay_partner_ruby_sdk/response/partner_client_not_found.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/partner_client_not_found.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/partner_client_not_found.rb', line 10 def type @type end |