Class: Wayback::Page

Inherits:
Identity
  • Object
show all
Defined in:
lib/wayback/page.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#htmlObject (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_sObject



9
10
11
# File 'lib/wayback/page.rb', line 9

def to_s
  html || ''
end