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.
854 855 856 857 |
# File 'lib/goat.rb', line 854 def initialize @script = [] @style = [] end |
Instance Attribute Details
#html ⇒ Object
Returns the value of attribute html.
852 853 854 |
# File 'lib/goat.rb', line 852 def html @html end |
#script ⇒ Object
Returns the value of attribute script.
852 853 854 |
# File 'lib/goat.rb', line 852 def script @script end |
#style ⇒ Object
Returns the value of attribute style.
852 853 854 |
# File 'lib/goat.rb', line 852 def style @style end |
#title ⇒ Object
Returns the value of attribute title.
852 853 854 |
# File 'lib/goat.rb', line 852 def title @title end |