class Sekken::XML::Attribute
Attributes
base_type[RW]
name[RW]
use[RW]
Public Instance Methods
optional?()
click to toggle source
# File lib/sekken/xml/attribute.rb, line 7 def optional? use == 'optional' end