Class: ThinReports::Core::Shape::List::Events::PageEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/thinreports/core/shape/list/events.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type, target, page) ⇒ PageEvent

Returns a new instance of PageEvent.



20
21
22
23
# File 'lib/thinreports/core/shape/list/events.rb', line 20

def initialize(type, target, page)
  super(type, target)
  @page = page
end

Instance Attribute Details

#pageThinReports::Core::Page (readonly)



15
16
17
# File 'lib/thinreports/core/shape/list/events.rb', line 15

def page
  @page
end