Class: Goat::PageCanvas
Instance Attribute Summary collapse
-
#html ⇒ Object
Returns the value of attribute html.
-
#script ⇒ Object
Returns the value of attribute script.
-
#style ⇒ Object
Returns the value of attribute style.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
- #flattened_script ⇒ Object
- #flattened_style ⇒ Object
-
#initialize ⇒ PageCanvas
constructor
A new instance of PageCanvas.
Constructor Details
#initialize ⇒ PageCanvas
Returns a new instance of PageCanvas.
873 874 875 876 |
# File 'lib/goat.rb', line 873 def initialize @script = [] @style = [] end |
Instance Attribute Details
#html ⇒ Object
Returns the value of attribute html.
871 872 873 |
# File 'lib/goat.rb', line 871 def html @html end |
#script ⇒ Object
Returns the value of attribute script.
871 872 873 |
# File 'lib/goat.rb', line 871 def script @script end |
#style ⇒ Object
Returns the value of attribute style.
871 872 873 |
# File 'lib/goat.rb', line 871 def style @style end |
#title ⇒ Object
Returns the value of attribute title.
871 872 873 |
# File 'lib/goat.rb', line 871 def title @title end |