Class: CXML::StartPage

Inherits:
DocumentNode show all
Defined in:
lib/cxml/start_page.rb

Instance Attribute Summary

Attributes inherited from DocumentNode

#content

Instance Method Summary collapse

Methods inherited from DocumentNode

accessible_attributes, accessible_nodes, attributes, #initialize, nodes, #render, #serializable_hash

Constructor Details

This class inherits a constructor from CXML::DocumentNode

Instance Method Details

#render_nodes(node) ⇒ Object



9
10
11
# File 'lib/cxml/start_page.rb', line 9

def render_nodes(node)
  node.URL(url)
end