class WsdlMapper::Generation::TypeToGenerate

Attributes

name[R]
type[R]

Public Class Methods

new(type, type_name) click to toggle source
# File lib/wsdl_mapper/generation/type_to_generate.rb, line 6
def initialize(type, type_name)
  @type = type
  @name = type_name
end