Class: Origami::XDP::Packet::Template::Time

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa/template.rb

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(time = nil) ⇒ Time

Returns a new instance of Time.



172
173
174
175
176
# File 'lib/origami/xfa/template.rb', line 172

def initialize(time = nil)
    super('time')

    self.text = time
end