class WsdlMapper::Dom::Documentation
Attributes
app_info[RW]
default[R]
Public Class Methods
new(text = nil)
click to toggle source
# File lib/wsdl_mapper/dom/documentation.rb, line 7 def initialize(text = nil) @default = text end
Public Instance Methods
present?()
click to toggle source
# File lib/wsdl_mapper/dom/documentation.rb, line 11 def present? !@default.nil? end