<a name="#MyFooInfo"></a>
## MyFooInfo

<pre>
MyFooInfo(<a href="#MyFooInfo-bar">bar</a>, <a href="#MyFooInfo-baz">baz</a>)
</pre>

Stores information about a foo.

### Fields

<table class="params-table">
  <colgroup>
    <col class="col-param" />
    <col class="col-description" />
  </colgroup>
  <tbody>
    <tr id="MyFooInfo-bar">
      <td><code>bar</code></td>
      <td>
        <p>(Undocumented)</p>
      </td>
    </tr>
    <tr id="MyFooInfo-baz">
      <td><code>baz</code></td>
      <td>
        <p>(Undocumented)</p>
      </td>
    </tr>
  </tbody>
</table>


<a name="#MyPoorlyDocumentedInfo"></a>
## MyPoorlyDocumentedInfo

<pre>
MyPoorlyDocumentedInfo()
</pre>





<a name="#MyVeryDocumentedInfo"></a>
## MyVeryDocumentedInfo

<pre>
MyVeryDocumentedInfo(<a href="#MyVeryDocumentedInfo-favorite_food">favorite_food</a>, <a href="#MyVeryDocumentedInfo-favorite_color">favorite_color</a>)
</pre>


A provider with some really neat documentation.
Look on my works, ye mighty, and despair!


### Fields

<table class="params-table">
  <colgroup>
    <col class="col-param" />
    <col class="col-description" />
  </colgroup>
  <tbody>
    <tr id="MyVeryDocumentedInfo-favorite_food">
      <td><code>favorite_food</code></td>
      <td>
        <p>A string representing my favorite food</p>
      </td>
    </tr>
    <tr id="MyVeryDocumentedInfo-favorite_color">
      <td><code>favorite_color</code></td>
      <td>
        <p>A string representing my favorite color</p>
      </td>
    </tr>
  </tbody>
</table>


