Class: Rain::Pages::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/pages/pages.rb

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



13
14
15
# File 'lib/pages/pages.rb', line 13

def html
  @html
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



13
14
15
# File 'lib/pages/pages.rb', line 13

def 
  @metadata
end