Class: MaimaiNet::Page::ChartsetRecord

Inherits:
Base
  • Object
show all
Defined in:
lib/maimai_net/page.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, parse, #validate!

Methods included from HelperSupport

extended, #helper_method, #method_added

Methods included from ModuleExt::MethodCache

included, #singleton_method_added

Methods included from ModuleExt::HaveClassMethods

#class_method, #included

Constructor Details

This class inherits a constructor from MaimaiNet::Page::Base

Instance Method Details

#initialize_extensionObject



160
161
162
163
164
# File 'lib/maimai_net/page.rb', line 160

def initialize_extension
  super

  @summary_block = @root.at_css('.basic_block')
end