Module: Origami::XFA::Element::Prototypable
- Defined in:
- lib/origami/xfa/xfa.rb
Overview
At template load time, invokes another object in the same document as a prototype for this object.
Class Method Summary collapse
Class Method Details
.included?(receiver) ⇒ Boolean
121 122 123 124 |
# File 'lib/origami/xfa/xfa.rb', line 121 def self.included?(receiver) receiver.xfa_attribute "use" receiver.xfa_attribute "usehref" end |