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:



121
122
123
# File 'lib/origami/xfa/xfa.rb', line 121

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