Method: WashOut::Param#basic_type

Defined in:
lib/wash_out/param.rb

#basic_typeObject



103
104
105
106
# File 'lib/wash_out/param.rb', line 103

def basic_type
  return name unless classified?
  return source_class.wash_out_param_name(@soap_config)
end