class LolSoap::WSDL::NullElement

Public Instance Methods

==(other) click to toggle source
# File lib/lolsoap/wsdl/null_element.rb, line 11
def ==(other)
  self.class === other
end
singular?() click to toggle source
# File lib/lolsoap/wsdl/null_element.rb, line 7
def singular?
  true
end
type() click to toggle source
# File lib/lolsoap/wsdl/null_element.rb, line 3
def type
  NullType.new
end