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



11
12
13
# File 'lib/pages/pages.rb', line 11

def html
  @html
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



11
12
13
# File 'lib/pages/pages.rb', line 11

def 
  @metadata
end