Class: Wayback::Page
- Inherits:
-
Identity
- Object
- Identity
- Wayback::Page
- Defined in:
- lib/wayback/page.rb
Instance Attribute Summary collapse
-
#html ⇒ Object
readonly
Returns the value of attribute html.
Instance Method Summary collapse
Instance Attribute Details
#html ⇒ Object (readonly)
Returns the value of attribute html.
6 7 8 |
# File 'lib/wayback/page.rb', line 6 def html @html end |
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'lib/wayback/page.rb', line 9 def to_s html || '' end |