Class: VkMusic::Request::MyPage

Inherits:
Base
  • Object
show all
Defined in:
lib/vk_music/request/my_page.rb

Overview

Logging in request

Instance Attribute Summary

Attributes inherited from Base

#data, #headers, #method, #path, #response

Instance Method Summary collapse

Methods inherited from Base

#call

Constructor Details

#initializeMyPage

Initialize new request



8
9
10
# File 'lib/vk_music/request/my_page.rb', line 8

def initialize
  super("#{VK_ROOT}/id0", {}, 'GET', {})
end