# File lib/chef/resource/erl_call.rb, line 65
      def name_type(arg=nil)
        set_or_return(
          :name_type,
          arg,
          :kind_of => [ String ]
        )
      end