Class: Spark::Page

Inherits:
Component::Base show all
Defined in:
app/components/spark/page.rb

Instance Method Summary collapse

Methods inherited from Component::Base

#selector, #to_s, #unique_id

Constructor Details

#initializePage

Returns a new instance of Page.



15
16
17
# File 'app/components/spark/page.rb', line 15

def initialize(*)
  super
end