Class: MetaRuby::GUI::HTML::HTMLPage

Inherits:
Object
  • Object
show all
Defined in:
lib/metaruby/gui/html/page.rb

Overview

A class that can be used as the webpage container for the Page class

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#htmlObject

The HTML content



10
11
12
# File 'lib/metaruby/gui/html/page.rb', line 10

def html
  @html
end

Instance Method Details

#main_frameObject

Method expected by Page



13
# File 'lib/metaruby/gui/html/page.rb', line 13

def main_frame; self end