class Xommelier::Xml::Element::Structure::Text

Constants

DEFAULTS

Public Instance Methods

node_type() click to toggle source
# File lib/xommelier/xml/element/structure/property.rb, line 154
def node_type
  :text
end
required?() click to toggle source
# File lib/xommelier/xml/element/structure/property.rb, line 158
def required?
  options[:required]
end