Class: LolSoap::WSDL::NullElement
- Inherits:
-
Object
- Object
- LolSoap::WSDL::NullElement
- Defined in:
- lib/lolsoap/wsdl/null_element.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
11 12 13 |
# File 'lib/lolsoap/wsdl/null_element.rb', line 11 def ==(other) self.class === other end |
#singular? ⇒ Boolean
7 8 9 |
# File 'lib/lolsoap/wsdl/null_element.rb', line 7 def singular? true end |
#type ⇒ Object
3 4 5 |
# File 'lib/lolsoap/wsdl/null_element.rb', line 3 def type NullType.new end |