Module: Origami::XFA::Element::Referencable

Defined in:
lib/origami/xfa/xfa.rb

Overview

A unique identifier that may be used to identify this element as a target.

Class Method Summary collapse

Class Method Details

.included?(receiver) ⇒ Boolean

Returns:



112
113
114
# File 'lib/origami/xfa/xfa.rb', line 112

def self.included?(receiver)
    receiver.xfa_attribute "id"
end