class LolSoap::WSDL::ImmediateTypeReference

Attributes

type[R]

Public Class Methods

new(type) click to toggle source
# File lib/lolsoap/wsdl/immediate_type_reference.rb, line 5
def initialize(type)
  @type = type
end