class Juggalo::Page::Loader

Attributes

adapter[R]

Public Class Methods

new(adapter) click to toggle source
# File lib/juggalo/page/loader.rb, line 8
def initialize(adapter)
  @adapter = adapter
end

Public Instance Methods

load() click to toggle source
# File lib/juggalo/page/loader.rb, line 12
def load
  @adapter.components
end