Method: Sirens::Window#create_view

Defined in:
lib/components/containers/window.rb

#create_viewObject

Returns a WindowView.



9
10
11
# File 'lib/components/containers/window.rb', line 9

def create_view()
    WindowView.new
end