Class: VkMusic::WebParser::Base
- Inherits:
-
Object
- Object
- VkMusic::WebParser::Base
- Defined in:
- lib/vk_music/web_parser/base.rb
Overview
Base class for all web parsers
Direct Known Subclasses
Artist, AudiosReload, Login, MyPage, Playlist, PlaylistSection, Post, Profile, Search, WallSection
Instance Method Summary collapse
-
#initialize(content, client_id: nil) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(content, client_id: nil) ⇒ Base
Returns a new instance of Base.
9 10 11 12 |
# File 'lib/vk_music/web_parser/base.rb', line 9 def initialize(content, client_id: nil) @content = content @client_id = client_id end |