Class: Pokepay::Request::GetUser
- Defined in:
- lib/pokepay_partner_ruby_sdk/request/get_user.rb
Instance Attribute Summary collapse
-
#response_class ⇒ Object
readonly
Returns the value of attribute response_class.
Attributes inherited from Request
Instance Method Summary collapse
-
#initialize ⇒ GetUser
constructor
A new instance of GetUser.
Constructor Details
#initialize ⇒ GetUser
Returns a new instance of GetUser.
7 8 9 10 11 12 |
# File 'lib/pokepay_partner_ruby_sdk/request/get_user.rb', line 7 def initialize() @path = "/user" @method = "GET" @body_params = { } @response_class = Pokepay::Response::AdminUserWithShopsAndPrivateMoneys end |
Instance Attribute Details
#response_class ⇒ Object (readonly)
Returns the value of attribute response_class.
13 14 15 |
# File 'lib/pokepay_partner_ruby_sdk/request/get_user.rb', line 13 def response_class @response_class end |