<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [ember-asset-size-report](./ember-asset-size-report.md) &gt; [Module](./ember-asset-size-report.module.md)

## Module class

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
> 

File within a bundle, within a project

<b>Signature:</b>

```typescript
export default class Module 
```

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(bundle, name, reportedSize)](./ember-asset-size-report.module._constructor_.md) |  | <b><i>(BETA)</i></b> Constructs a new instance of the <code>Module</code> class |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [bundle](./ember-asset-size-report.module.bundle.md) |  | <code>Bundle</code> | <b><i>(BETA)</i></b> The bundle that this module belongs to |
|  [contents](./ember-asset-size-report.module.contents.md) |  | <code>string</code> | <b><i>(BETA)</i></b> The contents of this module |
|  [minifiedBundlePortion](./ember-asset-size-report.module.minifiedbundleportion.md) |  | <code>number</code> | <b><i>(BETA)</i></b> The percentage of size that this module contributes to its minified bundle |
|  [name](./ember-asset-size-report.module.name.md) |  | <code>string</code> | <b><i>(BETA)</i></b> This module's name |
|  [sizes](./ember-asset-size-report.module.sizes.md) |  | <code>ModuleSizes</code> | <b><i>(BETA)</i></b> Size information pertaining to this module |

