Class: MaimaiNet::Page::ChartsetRecord
- 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
Constructor Details
This class inherits a constructor from MaimaiNet::Page::Base
Instance Method Details
#initialize_extension ⇒ Object
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 |