Class: LolSoap::WSDL::ImmediateTypeReference

Inherits:
Object
  • Object
show all
Defined in:
lib/lolsoap/wsdl/immediate_type_reference.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ ImmediateTypeReference

Returns a new instance of ImmediateTypeReference.



5
6
7
# File 'lib/lolsoap/wsdl/immediate_type_reference.rb', line 5

def initialize(type)
  @type = type
end

Instance Attribute Details

#typeObject (readonly)

Returns the value of attribute type.



3
4
5
# File 'lib/lolsoap/wsdl/immediate_type_reference.rb', line 3

def type
  @type
end