Sha256: c6eac3d8980de3184ce80837f759b5f4cb9f8e898b99e1c148a14088d850dca4

Contents?: true

Size: 1.51 KB

Versions: 3

Compression:

Stored size: 1.51 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>cmd_export_by_type_and_name (Mu::Command::Cmd_muapi)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre><span class="ruby-comment cmt"># File lib/mu/command/cmd_muapi.rb, line 150</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">cmd_export_by_type_and_name</span> <span class="ruby-identifier">argv</span>
     <span class="ruby-identifier">setup</span> <span class="ruby-identifier">argv</span>
     <span class="ruby-identifier">type</span> = <span class="ruby-ivar">@hash</span>[<span class="ruby-value str">'type'</span>]
     <span class="ruby-identifier">name</span> = <span class="ruby-ivar">@hash</span>[<span class="ruby-value str">'name'</span>]
     <span class="ruby-identifier">response</span> = <span class="ruby-ivar">@api</span>.<span class="ruby-identifier">export_by_type_and_name</span>(<span class="ruby-identifier">type</span>, <span class="ruby-identifier">name</span>)
     <span class="ruby-identifier">msg</span> <span class="ruby-identifier">response</span>
     <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">response</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mu-5.7.2.6 rdoc/classes/Mu/Command/Cmd_muapi.src/M000176.html
mu-5.7.2.5 rdoc/classes/Mu/Command/Cmd_muapi.src/M000176.html
mu-5.7.2.4 rdoc/classes/Mu/Command/Cmd_muapi.src/M000176.html