Method: Sirens::Window#create_view
- Defined in:
- lib/components/containers/window.rb
#create_view ⇒ Object
Returns a WindowView.
9 10 11 |
# File 'lib/components/containers/window.rb', line 9 def create_view() WindowView.new end |
Returns a WindowView.
9 10 11 |
# File 'lib/components/containers/window.rb', line 9 def create_view() WindowView.new end |