Class: Rain::Pages::Result
- Inherits:
-
Struct
- Object
- Struct
- Rain::Pages::Result
- Defined in:
- lib/pages/pages.rb
Instance Attribute Summary collapse
-
#html ⇒ Object
Returns the value of attribute html.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
Instance Attribute Details
#html ⇒ Object
Returns the value of attribute html
13 14 15 |
# File 'lib/pages/pages.rb', line 13 def html @html end |
#metadata ⇒ Object
Returns the value of attribute metadata
13 14 15 |
# File 'lib/pages/pages.rb', line 13 def @metadata end |