Class: CXML::BrowserFormPost
- Inherits:
-
DocumentNode
- Object
- DocumentNode
- CXML::BrowserFormPost
- Defined in:
- lib/cxml/browser_form_post.rb
Instance Attribute Summary
Attributes inherited from DocumentNode
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/browser_form_post.rb', line 9 def render_nodes(node) node.URL(url) end |